Html Css Color HEX #BBCC17 Rio Grande

📋 copy color: '#BBCC17'

red 187 ◦ green 204 ◦ blue 23

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

Shades of Rio Grande #BBCC17

Tints of Rio Grande #BBCC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.56%

R = 45.17%
G = 49.28%
B = 5.56%

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

#BBCC17 (or 0xBBCC17) is known color: Rio Grande. HEX triplet: BB, CC and 17. RGB value is (187,204,23). Sum of RGB (Red+Green+Blue) = 187+204+23=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC17 is #4433E8. Grayscale: #B2B2B2. Windows color (decimal): -4469737 or 1559739. OLE color: 1559739.

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

Color convert

RGB 187 204 23 -
CMYK 0.08 0 0.89 0.2
HSL 65.64º 0.8% 0.45% -
HSV(B) 65.64º 0.89% 0.8% -
XYZ 42.24 53.81 8.97 -
YUV 178.28 40.37 134.22 -
System Red Green Blue C M Y K H S L
Decimal 187 204 23 0.08 0 0.89 0.2 65.64 0.8 0.45
Hex BB CC 17 8 0 59 14 42 50 2D
Octal 273 314 27 10 0 131 24 102 120 55
Binary 10111011 11001100 10111 1000 0 1011001 10100 1000010 1010000 101101

Color Harmonies of #BBCC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC17

Black with #BBCC17

Text Example


Text Example

White with #BBCC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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