#BBC020

Color #BBC020 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BBC020

Tints of Rio Grande #BBC020

Color information

#BBC020 (or 0xBBC020) is unknown color: approx Rio Grande. HEX triplet: BB, C0 and 20. RGB value is (187,192,32). Sum of RGB (Red+Green+Blue) = 187+192+32=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC020 is #443FDF. Grayscale: #ACACAC. Windows color (decimal): -4472800 or 2146491. OLE color: 2146491.

HSL color Cylindrical-coordinate representation of color #BBC020: hue angle of 61.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBC020 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB18719232-
CMYK0.0300.830.25
HSL61.88º71.43%43.92%-
HSV(B)61.88º83.33%75.29%-
XYZ39.648.378.62-
YUV172.2648.84138.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 192 (75.39% from 255) = 46.72%
BLUE value IS 32 (12.89% from 255) = 7.79%
R=45.50%
G=46.72%
B=7.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187192320.0300.830.2561.8871.4343.92
HexBBC0203053193e472c
Octal2733004030123317610754
Binary10111011110000001000001101010011110011111101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC020; }

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

 H1.HeaderClassName
 {
   color: #BBC020;
 }
 .AnyTagClassName
 {
   color: #BBC020;
 }
</style>
background-color css

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

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

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

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

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

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