Html Css Color HEX #BBCB11 Rio Grande

📋 copy color: '#BBCB11'

red 187 ◦ green 203 ◦ blue 17

#BBCB11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BBCB11

Tints of Rio Grande #BBCB11

RGB

 RED value IS 187 (73.44% from 255) = 45.95%

 GREEN value IS 203 (79.69% from 255) = 49.88%

 BLUE value IS 17 (7.03% from 255) = 4.18%

R = 45.95%
G = 49.88%
B = 4.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#BBCB11 (or 0xBBCB11) is known color: Rio Grande. HEX triplet: BB, CB and 11. RGB value is (187,203,17). Sum of RGB (Red+Green+Blue) = 187+203+17=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 17 (7.03% from 255 or 4.18% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCB11 is #4434EE. Grayscale: #B1B1B1. Windows color (decimal): -4469999 or 1166267. OLE color: 1166267.

HSL color Cylindrical-coordinate representation of color #BBCB11: hue angle of 65.16º 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 #BBCB11 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 17 -
CMYK 0.08 0 0.92 0.20
HSL 65.16º 0.85% 0.43% -
HSV(B) 65.16º 0.92% 0.8% -
XYZ 41.95 53.32 8.61 -
YUV 177.01 37.7 135.12 -
System Red Green Blue C M Y K H S L
Decimal 187 203 17 0.08 0 0.92 0.20 65.16 0.85 0.43
Hex BB CB 11 8 0 5C 14 41 55 2B
Octal 273 313 21 10 0 134 24 101 125 53
Binary 10111011 11001011 10001 1000 0 1011100 10100 1000001 1010101 101011

Color Harmonies of #BBCB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB11

Black with #BBCB11

Text Example


Text Example

White with #BBCB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB11; }

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

 H1.HeaderClassName
 {
   color: #BBCB11;
 }
 .AnyTagClassName
 {
   color: #BBCB11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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