#B3CA12

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

Shades of Rio Grande #B3CA12

Tints of Rio Grande #B3CA12

Color information

#B3CA12 (or 0xB3CA12) is unknown color: approx Rio Grande. HEX triplet: B3, CA and 12. RGB value is (179,202,18). Sum of RGB (Red+Green+Blue) = 179+202+18=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3CA12 is #4C35ED. Grayscale: #AEAEAE. Windows color (decimal): -4994542 or 1231539. OLE color: 1231539.

HSL color Cylindrical-coordinate representation of color #B3CA12: hue angle of 67.5º 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 #B3CA12 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB17920218-
CMYK0.1100.910.21
HSL67.5º83.64%43.14%-
HSV(B)67.5º91.09%79.22%-
XYZ39.8251.878.49-
YUV174.1539.88131.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 18 (7.42% from 255) = 4.51%
R=44.86%
G=50.63%
B=4.51%

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
Decimal179202180.1100.910.2167.583.6443.14
HexB3CA12B05B1544542b
Octal263312221301332510412453
Binary1011001111001010100101011010110111010110001001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA12; }

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

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

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

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

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

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

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

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