#B4CA12

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

Shades of Rio Grande #B4CA12

Tints of Rio Grande #B4CA12

Color information

#B4CA12 (or 0xB4CA12) is unknown color: approx Rio Grande. HEX triplet: B4, CA and 12. RGB value is (180,202,18). Sum of RGB (Red+Green+Blue) = 180+202+18=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4CA12 is #4B35ED. Grayscale: #AFAFAF. Windows color (decimal): -4929006 or 1231540. OLE color: 1231540.

HSL color Cylindrical-coordinate representation of color #B4CA12: hue angle of 67.17º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4CA12 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB18020218-
CMYK0.1100.910.21
HSL67.17º83.64%43.14%-
HSV(B)67.17º91.09%79.22%-
XYZ40.0551.998.5-
YUV174.4539.71131.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 202 (79.30% from 255) = 50.5%
BLUE value IS 18 (7.42% from 255) = 4.5%
R=45%
G=50.5%
B=4.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180202180.1100.910.2167.1783.6443.14
HexB4CA12B05B1543542b
Octal264312221301332510312453
Binary1011010011001010100101011010110111010110000111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA12; }

 p { color: rgb(180,202,18); }

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

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

 a { background-color: rgb(180,202,18); }

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

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

 span { border-color: rgb(180,202,18); }

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