#A6B156

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

Shades of Olive Green #A6B156

Tints of Olive Green #A6B156

Color information

#A6B156 (or 0xA6B156) is unknown color: approx Olive Green. HEX triplet: A6, B1 and 56. RGB value is (166,177,86). Sum of RGB (Red+Green+Blue) = 166+177+86=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B156 is #594EA9. Grayscale: #A3A3A3. Windows color (decimal): -5852842 or 5681574. OLE color: 5681574.

HSL color Cylindrical-coordinate representation of color #A6B156: hue angle of 67.25º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6B156 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB16617786-
CMYK0.0600.510.31
HSL67.25º36.84%51.57%-
HSV(B)67.25º51.41%69.41%-
XYZ33.1340.2214.82-
YUV163.3484.36129.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 177 (69.53% from 255) = 41.26%
BLUE value IS 86 (33.98% from 255) = 20.05%
R=38.69%
G=41.26%
B=20.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166177860.0600.510.3167.2536.8451.57
HexA6B15660331F432534
Octal2462611266063371034564
Binary101001101011000110101101100110011111111000011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B156; }

 p { color: rgb(166,177,86); }

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

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

 a { background-color: rgb(166,177,86); }

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

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

 span { border-color: rgb(166,177,86); }

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