Html Css Color HEX #BBC11B Rio Grande

📋 copy color: '#BBC11B'

red 187 ◦ green 193 ◦ blue 27

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

Shades of Rio Grande #BBC11B

Tints of Rio Grande #BBC11B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.42%

 BLUE value IS 27 (10.94% from 255) = 6.63%

R = 45.95%
G = 47.42%
B = 6.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#BBC11B (or 0xBBC11B) is known color: Rio Grande. HEX triplet: BB, C1 and 1B. RGB value is (187,193,27). Sum of RGB (Red+Green+Blue) = 187+193+27=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC11B is #443EE4. Grayscale: #ACACAC. Windows color (decimal): -4472549 or 1819067. OLE color: 1819067.

HSL color Cylindrical-coordinate representation of color #BBC11B: hue angle of 62.17º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBC11B is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 27 -
CMYK 0.03 0 0.86 0.24
HSL 62.17º 0.75% 0.43% -
HSV(B) 62.17º 0.86% 0.76% -
XYZ 39.76 48.78 8.36 -
YUV 172.28 46.01 138.5 -
System Red Green Blue C M Y K H S L
Decimal 187 193 27 0.03 0 0.86 0.24 62.17 0.75 0.43
Hex BB C1 1B 3 0 56 18 3E 4B 2B
Octal 273 301 33 3 0 126 30 76 113 53
Binary 10111011 11000001 11011 11 0 1010110 11000 111110 1001011 101011

Color Harmonies of #BBC11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC11B

Black with #BBC11B

Text Example


Text Example

White with #BBC11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC11B; }

 p { color: rgb(187,193,27); }

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

background-color css

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

 a { background-color: rgb(187,193,27); }

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

border-color css

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

 span { border-color: rgb(187,193,27); }

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