#A6B255

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

Shades of Olive Green #A6B255

Tints of Olive Green #A6B255

Color information

#A6B255 (or 0xA6B255) is unknown color: approx Olive Green. HEX triplet: A6, B2 and 55. RGB value is (166,178,85). Sum of RGB (Red+Green+Blue) = 166+178+85=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B255 is #594DAA. Grayscale: #A4A4A4. Windows color (decimal): -5852587 or 5616294. OLE color: 5616294.

HSL color Cylindrical-coordinate representation of color #A6B255: hue angle of 67.74º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6B255 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB16617885-
CMYK0.0700.520.30
HSL67.74º37.65%51.57%-
HSV(B)67.74º52.25%69.8%-
XYZ33.2940.614.68-
YUV163.8183.52129.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 178 (69.92% from 255) = 41.49%
BLUE value IS 85 (33.59% from 255) = 19.81%
R=38.69%
G=41.49%
B=19.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal166178850.0700.520.3067.7437.6551.57
HexA6B25570341E442634
Octal2462621257064361044664
Binary101001101011001010101011110110100111101000100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B255; }

 p { color: rgb(166,178,85); }

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

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

 a { background-color: rgb(166,178,85); }

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

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

 span { border-color: rgb(166,178,85); }

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