Html Css Color HEX #BBCB17 Rio Grande

📋 copy color: '#BBCB17'

red 187 ◦ green 203 ◦ blue 23

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

Shades of Rio Grande #BBCB17

Tints of Rio Grande #BBCB17

RGB

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

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

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

R = 45.28%
G = 49.15%
B = 5.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#BBCB17 (or 0xBBCB17) is known color: Rio Grande. HEX triplet: BB, CB and 17. RGB value is (187,203,23). Sum of RGB (Red+Green+Blue) = 187+203+23=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 23 (9.38% from 255 or 5.57% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCB17 is #4434E8. Grayscale: #B2B2B2. Windows color (decimal): -4469993 or 1559483. OLE color: 1559483.

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

Color convert

RGB 187 203 23 -
CMYK 0.08 0 0.89 0.20
HSL 65.33º 0.8% 0.44% -
HSV(B) 65.33º 0.89% 0.8% -
XYZ 42 53.34 8.89 -
YUV 177.7 40.7 134.64 -
System Red Green Blue C M Y K H S L
Decimal 187 203 23 0.08 0 0.89 0.20 65.33 0.8 0.44
Hex BB CB 17 8 0 59 14 41 50 2C
Octal 273 313 27 10 0 131 24 101 120 54
Binary 10111011 11001011 10111 1000 0 1011001 10100 1000001 1010000 101100

Color Harmonies of #BBCB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB17

Black with #BBCB17

Text Example


Text Example

White with #BBCB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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