#BAB71E

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

Shades of Rio Grande #BAB71E

Tints of Rio Grande #BAB71E

Color information

#BAB71E (or 0xBAB71E) is unknown color: approx Rio Grande. HEX triplet: BA, B7 and 1E. RGB value is (186,183,30). Sum of RGB (Red+Green+Blue) = 186+183+30=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB71E is #4548E1. Grayscale: #A7A7A7. Windows color (decimal): -4540642 or 2013114. OLE color: 2013114.

HSL color Cylindrical-coordinate representation of color #BAB71E: hue angle of 58.85º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAB71E is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB18618330-
CMYK00.020.840.27
HSL58.85º72.22%42.35%-
HSV(B)58.85º83.87%72.94%-
XYZ37.4244.47.83-
YUV166.4650.99141.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 183 (71.88% from 255) = 45.86%
BLUE value IS 30 (12.11% from 255) = 7.52%
R=46.62%
G=45.86%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861833000.020.840.2758.8572.2242.35
HexBAB71E02541B3b482a
Octal2722673602124337311052
Binary1011101010110111111100101010100110111110111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB71E; }

 p { color: rgb(186,183,30); }

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

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

 a { background-color: rgb(186,183,30); }

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

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

 span { border-color: rgb(186,183,30); }

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