#BBCC11

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

Shades of Rio Grande #BBCC11

Tints of Rio Grande #BBCC11

Color information

#BBCC11 (or 0xBBCC11) is unknown color: approx Rio Grande. HEX triplet: BB, CC and 11. RGB value is (187,204,17). Sum of RGB (Red+Green+Blue) = 187+204+17=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC11 is #4433EE. Grayscale: #B2B2B2. Windows color (decimal): -4469743 or 1166523. OLE color: 1166523.

HSL color Cylindrical-coordinate representation of color #BBCC11: hue angle of 65.45º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBCC11 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB18720417-
CMYK0.0800.920.2
HSL65.45º84.62%43.33%-
HSV(B)65.45º91.67%80%-
XYZ42.1953.798.69-
YUV177.637.37134.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 204 (80.08% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 4.17%
R=45.83%
G=50%
B=4.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal187204170.0800.920.265.4584.6243.33
HexBBCC11805C1441552b
Octal273314211001342410112553
Binary1011101111001100100011000010111001010010000011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCC11; }

 p { color: rgb(187,204,17); }

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

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

 a { background-color: rgb(187,204,17); }

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

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

 span { border-color: rgb(187,204,17); }

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