Html Css Color HEX #BBCB10 Rio Grande

📋 copy color: '#BBCB10'

red 187 ◦ green 203 ◦ blue 16

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

Shades of Rio Grande #BBCB10

Tints of Rio Grande #BBCB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.94%

R = 46.06%
G = 50%
B = 3.94%

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

#BBCB10 (or 0xBBCB10) is known color: Rio Grande. HEX triplet: BB, CB and 10. RGB value is (187,203,16). Sum of RGB (Red+Green+Blue) = 187+203+16=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCB10 is #4434EF. Grayscale: #B1B1B1. Windows color (decimal): -4470000 or 1100731. OLE color: 1100731.

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

Color convert

RGB 187 203 16 -
CMYK 0.08 0 0.92 0.20
HSL 65.13º 0.85% 0.43% -
HSV(B) 65.13º 0.92% 0.8% -
XYZ 41.94 53.31 8.57 -
YUV 176.9 37.2 135.21 -
System Red Green Blue C M Y K H S L
Decimal 187 203 16 0.08 0 0.92 0.20 65.13 0.85 0.43
Hex BB CB 10 8 0 5C 14 41 55 2B
Octal 273 313 20 10 0 134 24 101 125 53
Binary 10111011 11001011 10000 1000 0 1011100 10100 1000001 1010101 101011

Color Harmonies of #BBCB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB10

Black with #BBCB10

Text Example


Text Example

White with #BBCB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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