Html Css Color HEX #BBD216 Rio Grande

📋 copy color: '#BBD216'

red 187 ◦ green 210 ◦ blue 22

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

Shades of Rio Grande #BBD216

Tints of Rio Grande #BBD216

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.12%

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

R = 44.63%
G = 50.12%
B = 5.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#BBD216 (or 0xBBD216) is known color: Rio Grande. HEX triplet: BB, D2 and 16. RGB value is (187,210,22). Sum of RGB (Red+Green+Blue) = 187+210+22=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD216 is #442DE9. Grayscale: #B6B6B6. Windows color (decimal): -4468202 or 1495739. OLE color: 1495739.

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

Color convert

RGB 187 210 22 -
CMYK 0.11 0 0.90 0.18
HSL 67.34º 0.81% 0.45% -
HSV(B) 67.34º 0.9% 0.82% -
XYZ 43.68 56.72 9.4 -
YUV 181.69 37.88 131.79 -
System Red Green Blue C M Y K H S L
Decimal 187 210 22 0.11 0 0.90 0.18 67.34 0.81 0.45
Hex BB D2 16 B 0 5A 12 43 51 2D
Octal 273 322 26 13 0 132 22 103 121 55
Binary 10111011 11010010 10110 1011 0 1011010 10010 1000011 1010001 101101

Color Harmonies of #BBD216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD216

Black with #BBD216

Text Example


Text Example

White with #BBD216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD216; }

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

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

background-color css

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

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

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

border-color css

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

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

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