Html Css Color HEX #BBD221 Rio Grande

📋 copy color: '#BBD221'

red 187 ◦ green 210 ◦ blue 33

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

Shades of Rio Grande #BBD221

Tints of Rio Grande #BBD221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.67%

R = 43.49%
G = 48.84%
B = 7.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#BBD221 (or 0xBBD221) is known color: Rio Grande. HEX triplet: BB, D2 and 21. RGB value is (187,210,33). Sum of RGB (Red+Green+Blue) = 187+210+33=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD221 is #442DDE. Grayscale: #B7B7B7. Windows color (decimal): -4468191 or 2216635. OLE color: 2216635.

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

Color convert

RGB 187 210 33 -
CMYK 0.11 0 0.84 0.18
HSL 67.8º 0.73% 0.48% -
HSV(B) 67.8º 0.84% 0.82% -
XYZ 43.81 56.77 10.09 -
YUV 182.95 43.38 130.89 -
System Red Green Blue C M Y K H S L
Decimal 187 210 33 0.11 0 0.84 0.18 67.8 0.73 0.48
Hex BB D2 21 B 0 54 12 44 49 30
Octal 273 322 41 13 0 124 22 104 111 60
Binary 10111011 11010010 100001 1011 0 1010100 10010 1000100 1001001 110000

Color Harmonies of #BBD221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD221

Black with #BBD221

Text Example


Text Example

White with #BBD221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD221; }

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

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

background-color css

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

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

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

border-color css

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

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

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