Html Css Color HEX #BBC820 Rio Grande

📋 copy color: '#BBC820'

red 187 ◦ green 200 ◦ blue 32

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

Shades of Rio Grande #BBC820

Tints of Rio Grande #BBC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.73%

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

R = 44.63%
G = 47.73%
B = 7.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#BBC820 (or 0xBBC820) is known color: Rio Grande. HEX triplet: BB, C8 and 20. RGB value is (187,200,32). Sum of RGB (Red+Green+Blue) = 187+200+32=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC820 is #4437DF. Grayscale: #B1B1B1. Windows color (decimal): -4470752 or 2148539. OLE color: 2148539.

HSL color Cylindrical-coordinate representation of color #BBC820: hue angle of 64.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBC820 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 200 32 -
CMYK 0.06 0 0.84 0.22
HSL 64.64º 0.72% 0.45% -
HSV(B) 64.64º 0.84% 0.78% -
XYZ 41.41 51.98 9.22 -
YUV 176.96 46.19 135.16 -
System Red Green Blue C M Y K H S L
Decimal 187 200 32 0.06 0 0.84 0.22 64.64 0.72 0.45
Hex BB C8 20 6 0 54 16 41 48 2D
Octal 273 310 40 6 0 124 26 101 110 55
Binary 10111011 11001000 100000 110 0 1010100 10110 1000001 1001000 101101

Color Harmonies of #BBC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC820

Black with #BBC820

Text Example


Text Example

White with #BBC820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC820; }

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

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

background-color css

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

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

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

border-color css

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

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

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