Html Css Color HEX #BBD116 Rio Grande

📋 copy color: '#BBD116'

red 187 ◦ green 209 ◦ blue 22

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

Shades of Rio Grande #BBD116

Tints of Rio Grande #BBD116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.26%

R = 44.74%
G = 50%
B = 5.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#BBD116 (or 0xBBD116) is known color: Rio Grande. HEX triplet: BB, D1 and 16. RGB value is (187,209,22). Sum of RGB (Red+Green+Blue) = 187+209+22=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD116 is #442EE9. Grayscale: #B5B5B5. Windows color (decimal): -4468458 or 1495483. OLE color: 1495483.

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

Color convert

RGB 187 209 22 -
CMYK 0.11 0 0.89 0.18
HSL 67.06º 0.81% 0.45% -
HSV(B) 67.06º 0.89% 0.82% -
XYZ 43.44 56.22 9.32 -
YUV 181.1 38.21 132.21 -
System Red Green Blue C M Y K H S L
Decimal 187 209 22 0.11 0 0.89 0.18 67.06 0.81 0.45
Hex BB D1 16 B 0 59 12 43 51 2D
Octal 273 321 26 13 0 131 22 103 121 55
Binary 10111011 11010001 10110 1011 0 1011001 10010 1000011 1010001 101101

Color Harmonies of #BBD116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD116

Black with #BBD116

Text Example


Text Example

White with #BBD116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD116; }

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

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

background-color css

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

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

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

border-color css

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

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

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