#B6BA59

Color #B6BA59 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #B6BA59

Tints of Olive Green #B6BA59

Color information

#B6BA59 (or 0xB6BA59) is unknown color: approx Olive Green. HEX triplet: B6, BA and 59. RGB value is (182,186,89). Sum of RGB (Red+Green+Blue) = 182+186+89=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BA59 is #4945A6. Grayscale: #AEAEAE. Windows color (decimal): -4801959 or 5880502. OLE color: 5880502.

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

Color convert

RGB18218689-
CMYK0.0200.520.27
HSL62.47º41.28%53.92%-
HSV(B)62.47º52.15%72.94%-
XYZ38.6545.7816.25-
YUV173.7580.17133.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 89 (35.16% from 255) = 19.47%
R=39.82%
G=40.70%
B=19.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182186890.0200.520.2762.4741.2853.92
HexB6BA5920341B3e2936
Octal266272131206433765166
Binary1011011010111010101100110011010011011111110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BA59; }

 p { color: rgb(182,186,89); }

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

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

 a { background-color: rgb(182,186,89); }

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

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

 span { border-color: rgb(182,186,89); }

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