Html Css Color HEX #BBD211 Rio Grande

📋 copy color: '#BBD211'

red 187 ◦ green 210 ◦ blue 17

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

Shades of Rio Grande #BBD211

Tints of Rio Grande #BBD211

RGB

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

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

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

R = 45.17%
G = 50.72%
B = 4.11%

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

#BBD211 (or 0xBBD211) is known color: Rio Grande. HEX triplet: BB, D2 and 11. RGB value is (187,210,17). Sum of RGB (Red+Green+Blue) = 187+210+17=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD211 is #442DEE. Grayscale: #B5B5B5. Windows color (decimal): -4468207 or 1168059. OLE color: 1168059.

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

Color convert

RGB 187 210 17 -
CMYK 0.11 0 0.92 0.18
HSL 67.15º 0.85% 0.45% -
HSV(B) 67.15º 0.92% 0.82% -
XYZ 43.64 56.7 9.17 -
YUV 181.12 35.38 132.19 -
System Red Green Blue C M Y K H S L
Decimal 187 210 17 0.11 0 0.92 0.18 67.15 0.85 0.45
Hex BB D2 11 B 0 5C 12 43 55 2D
Octal 273 322 21 13 0 134 22 103 125 55
Binary 10111011 11010010 10001 1011 0 1011100 10010 1000011 1010101 101101

Color Harmonies of #BBD211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD211

Black with #BBD211

Text Example


Text Example

White with #BBD211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD211; }

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

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

background-color css

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

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

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

border-color css

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

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

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