#B4C214

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

Shades of Rio Grande #B4C214

Tints of Rio Grande #B4C214

Color information

#B4C214 (or 0xB4C214) is unknown color: approx Rio Grande. HEX triplet: B4, C2 and 14. RGB value is (180,194,20). Sum of RGB (Red+Green+Blue) = 180+194+20=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C214 is #4B3DEB. Grayscale: #AAAAAA. Windows color (decimal): -4931052 or 1360564. OLE color: 1360564.

HSL color Cylindrical-coordinate representation of color #B4C214: hue angle of 64.83º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B4C214 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB18019420-
CMYK0.0700.900.24
HSL64.83º81.31%41.96%-
HSV(B)64.83º89.69%76.08%-
XYZ38.2448.347.98-
YUV169.9843.36135.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 194 (76.17% from 255) = 49.24%
BLUE value IS 20 (8.20% from 255) = 5.08%
R=45.69%
G=49.24%
B=5.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180194200.0700.900.2464.8381.3141.96
HexB4C214705A1841512a
Octal26430224701323010112152
Binary101101001100001010100111010110101100010000011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C214; }

 p { color: rgb(180,194,20); }

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

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

 a { background-color: rgb(180,194,20); }

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

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

 span { border-color: rgb(180,194,20); }

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