Html Css Color HEX #BBCB13 Rio Grande

📋 copy color: '#BBCB13'

red 187 ◦ green 203 ◦ blue 19

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

Shades of Rio Grande #BBCB13

Tints of Rio Grande #BBCB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.65%

R = 45.72%
G = 49.63%
B = 4.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#BBCB13 (or 0xBBCB13) is known color: Rio Grande. HEX triplet: BB, CB and 13. RGB value is (187,203,19). Sum of RGB (Red+Green+Blue) = 187+203+19=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCB13 is #4434EC. Grayscale: #B1B1B1. Windows color (decimal): -4469997 or 1297339. OLE color: 1297339.

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

Color convert

RGB 187 203 19 -
CMYK 0.08 0 0.91 0.20
HSL 65.22º 0.83% 0.44% -
HSV(B) 65.22º 0.91% 0.8% -
XYZ 41.97 53.32 8.7 -
YUV 177.24 38.7 134.96 -
System Red Green Blue C M Y K H S L
Decimal 187 203 19 0.08 0 0.91 0.20 65.22 0.83 0.44
Hex BB CB 13 8 0 5B 14 41 53 2C
Octal 273 313 23 10 0 133 24 101 123 54
Binary 10111011 11001011 10011 1000 0 1011011 10100 1000001 1010011 101100

Color Harmonies of #BBCB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB13

Black with #BBCB13

Text Example


Text Example

White with #BBCB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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