#BAB820

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

Shades of Rio Grande #BAB820

Tints of Rio Grande #BAB820

Color information

#BAB820 (or 0xBAB820) is unknown color: approx Rio Grande. HEX triplet: BA, B8 and 20. RGB value is (186,184,32). Sum of RGB (Red+Green+Blue) = 186+184+32=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB820 is #4547DF. Grayscale: #A7A7A7. Windows color (decimal): -4540384 or 2144442. OLE color: 2144442.

HSL color Cylindrical-coordinate representation of color #BAB820: hue angle of 59.22º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAB820 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB18618432-
CMYK00.010.830.27
HSL59.22º70.64%42.75%-
HSV(B)59.22º82.8%72.94%-
XYZ37.6544.828.03-
YUV167.2751.66141.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 184 (72.27% from 255) = 45.77%
BLUE value IS 32 (12.89% from 255) = 7.96%
R=46.27%
G=45.77%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861843200.010.830.2759.2270.6442.75
HexBAB82001531B3b472b
Octal2722704001123337310753
Binary1011101010111000100000011010011110111110111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB820; }

 p { color: rgb(186,184,32); }

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

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

 a { background-color: rgb(186,184,32); }

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

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

 span { border-color: rgb(186,184,32); }

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