Html Css Color HEX #BBC220 Rio Grande

📋 copy color: '#BBC220'

red 187 ◦ green 194 ◦ blue 32

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

Shades of Rio Grande #BBC220

Tints of Rio Grande #BBC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.97%

 BLUE value IS 32 (12.89% from 255) = 7.75%

R = 45.28%
G = 46.97%
B = 7.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#BBC220 (or 0xBBC220) is known color: Rio Grande. HEX triplet: BB, C2 and 20. RGB value is (187,194,32). Sum of RGB (Red+Green+Blue) = 187+194+32=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC220 is #443DDF. Grayscale: #AEAEAE. Windows color (decimal): -4472288 or 2147003. OLE color: 2147003.

HSL color Cylindrical-coordinate representation of color #BBC220: hue angle of 62.59º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBC220 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 32 -
CMYK 0.04 0 0.84 0.24
HSL 62.59º 0.72% 0.44% -
HSV(B) 62.59º 0.84% 0.76% -
XYZ 40.05 49.25 8.76 -
YUV 173.44 48.18 137.67 -
System Red Green Blue C M Y K H S L
Decimal 187 194 32 0.04 0 0.84 0.24 62.59 0.72 0.44
Hex BB C2 20 4 0 54 18 3F 48 2C
Octal 273 302 40 4 0 124 30 77 110 54
Binary 10111011 11000010 100000 100 0 1010100 11000 111111 1001000 101100

Color Harmonies of #BBC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC220

Black with #BBC220

Text Example


Text Example

White with #BBC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC220; }

 p { color: rgb(187,194,32); }

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

background-color css

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

 a { background-color: rgb(187,194,32); }

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

border-color css

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

 span { border-color: rgb(187,194,32); }

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