#b2c521

Color #B2C521 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B2C521

Tints of Rio Grande #B2C521

Color information

#B2C521 (or 0xB2C521) is unknown color: approx Rio Grande. HEX triplet: B2, C5 and 21. RGB value is (178,197,33). Sum of RGB (Red+Green+Blue) = 178+197+33=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C521 is #4D3ADE. Grayscale: #ADADAD. Windows color (decimal): -5061343 or 2213298. OLE color: 2213298.

HSL color Cylindrical-coordinate representation of color #B2C521: hue angle of 66.95º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2C521 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB17819733-
CMYK0.1000.830.23
HSL66.95º71.3%45.1%-
HSV(B)66.95º83.25%77.25%-
XYZ38.649.518.96-
YUV172.6249.21131.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 197 (77.34% from 255) = 48.28%
BLUE value IS 33 (13.28% from 255) = 8.09%
R=43.63%
G=48.28%
B=8.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178197330.1000.830.2366.9571.345.1
HexB2C521A0531743472d
Octal262305411201232710310755
Binary10110010110001011000011010010100111011110000111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2c521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2c521; }

 p { color: rgb(178,197,33); }

 H1.HeaderClassName
 {
   color: #b2c521;
 }
 .AnyTagClassName
 {
   color: #b2c521;
 }
</style>
background-color css

<style>
 a { background-color: #b2c521; }

 a { background-color: rgb(178,197,33); }

 div.DivClassName
 {
   background-color: #b2c521;
 }
 .BgClassName
 {
   background-color: #b2c521;
 }
</style>
border-color css

<style>
 span { border-color: #b2c521; }

 span { border-color: rgb(178,197,33); }

 td.TdClassName
 {
   border-color: #b2c521;
 }
 .TagClassName
 {
   border-color: #b2c521;
 }
</style>