#B0CC12

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

Shades of Rio Grande #B0CC12

Tints of Rio Grande #B0CC12

Color information

#B0CC12 (or 0xB0CC12) is unknown color: approx Rio Grande. HEX triplet: B0, CC and 12. RGB value is (176,204,18). Sum of RGB (Red+Green+Blue) = 176+204+18=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CC12 is #4F33ED. Grayscale: #AFAFAF. Windows color (decimal): -5190638 or 1232048. OLE color: 1232048.

HSL color Cylindrical-coordinate representation of color #B0CC12: hue angle of 69.03º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0CC12 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB17620418-
CMYK0.1400.910.2
HSL69.03º83.78%43.53%-
HSV(B)69.03º91.18%80%-
XYZ39.6152.468.61-
YUV174.4239.72129.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 204 (80.08% from 255) = 51.26%
BLUE value IS 18 (7.42% from 255) = 4.52%
R=44.22%
G=51.26%
B=4.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal176204180.1400.910.269.0383.7843.53
HexB0CC12E05B1445542c
Octal260314221601332410512454
Binary1011000011001100100101110010110111010010001011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CC12; }

 p { color: rgb(176,204,18); }

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

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

 a { background-color: rgb(176,204,18); }

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

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

 span { border-color: rgb(176,204,18); }

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