Html Css Color HEX #BBCC16 Rio Grande

📋 copy color: '#BBCC16'

red 187 ◦ green 204 ◦ blue 22

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

Shades of Rio Grande #BBCC16

Tints of Rio Grande #BBCC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.39%

 BLUE value IS 22 (8.98% from 255) = 5.33%

R = 45.28%
G = 49.39%
B = 5.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#BBCC16 (or 0xBBCC16) is known color: Rio Grande. HEX triplet: BB, CC and 16. RGB value is (187,204,22). Sum of RGB (Red+Green+Blue) = 187+204+22=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC16 is #4433E9. Grayscale: #B2B2B2. Windows color (decimal): -4469738 or 1494203. OLE color: 1494203.

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

Color convert

RGB 187 204 22 -
CMYK 0.08 0 0.89 0.2
HSL 65.6º 0.81% 0.44% -
HSV(B) 65.6º 0.89% 0.8% -
XYZ 42.23 53.81 8.92 -
YUV 178.17 39.87 134.3 -
System Red Green Blue C M Y K H S L
Decimal 187 204 22 0.08 0 0.89 0.2 65.6 0.81 0.44
Hex BB CC 16 8 0 59 14 42 51 2C
Octal 273 314 26 10 0 131 24 102 121 54
Binary 10111011 11001100 10110 1000 0 1011001 10100 1000010 1010001 101100

Color Harmonies of #BBCC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC16

Black with #BBCC16

Text Example


Text Example

White with #BBCC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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