Html Css Color HEX #BBD111 Rio Grande

📋 copy color: '#BBD111'

red 187 ◦ green 209 ◦ blue 17

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

Shades of Rio Grande #BBD111

Tints of Rio Grande #BBD111

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.61%

 BLUE value IS 17 (7.03% from 255) = 4.12%

R = 45.28%
G = 50.61%
B = 4.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#BBD111 (or 0xBBD111) is known color: Rio Grande. HEX triplet: BB, D1 and 11. RGB value is (187,209,17). Sum of RGB (Red+Green+Blue) = 187+209+17=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 209 (82.03% from 255 or 50.61% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD111 is #442EEE. Grayscale: #B5B5B5. Windows color (decimal): -4468463 or 1167803. OLE color: 1167803.

HSL color Cylindrical-coordinate representation of color #BBD111: hue angle of 66.87º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBD111 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 209 17 -
CMYK 0.11 0 0.92 0.18
HSL 66.87º 0.85% 0.44% -
HSV(B) 66.87º 0.92% 0.82% -
XYZ 43.4 56.21 9.09 -
YUV 180.53 35.71 132.61 -
System Red Green Blue C M Y K H S L
Decimal 187 209 17 0.11 0 0.92 0.18 66.87 0.85 0.44
Hex BB D1 11 B 0 5C 12 43 55 2C
Octal 273 321 21 13 0 134 22 103 125 54
Binary 10111011 11010001 10001 1011 0 1011100 10010 1000011 1010101 101100

Color Harmonies of #BBD111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD111

Black with #BBD111

Text Example


Text Example

White with #BBD111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD111; }

 p { color: rgb(187,209,17); }

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

background-color css

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

 a { background-color: rgb(187,209,17); }

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

border-color css

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

 span { border-color: rgb(187,209,17); }

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