#BAB821

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

Shades of Rio Grande #BAB821

Tints of Rio Grande #BAB821

Color information

#BAB821 (or 0xBAB821) is unknown color: approx Rio Grande. HEX triplet: BA, B8 and 21. RGB value is (186,184,33). Sum of RGB (Red+Green+Blue) = 186+184+33=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB821 is #4547DE. Grayscale: #A7A7A7. Windows color (decimal): -4540383 or 2209978. OLE color: 2209978.

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

Color convert

RGB18618433-
CMYK00.010.820.27
HSL59.22º69.86%42.94%-
HSV(B)59.22º82.26%72.94%-
XYZ37.6644.838.11-
YUV167.3852.16141.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 184 (72.27% from 255) = 45.66%
BLUE value IS 33 (13.28% from 255) = 8.19%
R=46.15%
G=45.66%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861843300.010.820.2759.2269.8642.94
HexBAB82101521B3b462b
Octal2722704101122337310653
Binary1011101010111000100001011010010110111110111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB821; }

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

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

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

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

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

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

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

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