#B9BA1E

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

Shades of Rio Grande #B9BA1E

Tints of Rio Grande #B9BA1E

Color information

#B9BA1E (or 0xB9BA1E) is unknown color: approx Rio Grande. HEX triplet: B9, BA and 1E. RGB value is (185,186,30). Sum of RGB (Red+Green+Blue) = 185+186+30=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA1E is #4645E1. Grayscale: #A8A8A8. Windows color (decimal): -4605410 or 2013881. OLE color: 2013881.

HSL color Cylindrical-coordinate representation of color #B9BA1E: hue angle of 60.38º 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 #B9BA1E is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB18518630-
CMYK0.0100.840.27
HSL60.38º72.22%42.35%-
HSV(B)60.38º83.87%72.94%-
XYZ37.845.538.02-
YUV167.9250.17140.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 30 (12.11% from 255) = 7.48%
R=46.13%
G=46.38%
B=7.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185186300.0100.840.2760.3872.2242.35
HexB9BA1E10541B3c482a
Octal2712723610124337411052
Binary101110011011101011110101010100110111111001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BA1E; }

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

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

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

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

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

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

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

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