#B6BA5E

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

Shades of Olive Green #B6BA5E

Tints of Olive Green #B6BA5E

Color information

#B6BA5E (or 0xB6BA5E) is unknown color: approx Olive Green. HEX triplet: B6, BA and 5E. RGB value is (182,186,94). Sum of RGB (Red+Green+Blue) = 182+186+94=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BA5E is #4945A1. Grayscale: #AEAEAE. Windows color (decimal): -4801954 or 6208182. OLE color: 6208182.

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

Color convert

RGB18218694-
CMYK0.0200.490.27
HSL62.61º40%54.9%-
HSV(B)62.61º49.46%72.94%-
XYZ38.8745.8717.39-
YUV174.3282.67133.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.39%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 94 (37.11% from 255) = 20.35%
R=39.39%
G=40.26%
B=20.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182186940.0200.490.2762.614054.9
HexB6BA5E20311B3f2837
Octal266272136206133775067
Binary1011011010111010101111010011000111011111111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BA5E; }

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

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

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

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

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

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

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

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