#AAB265

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

Shades of Olive Green #AAB265

Tints of Olive Green #AAB265

Color information

#AAB265 (or 0xAAB265) is unknown color: approx Olive Green. HEX triplet: AA, B2 and 65. RGB value is (170,178,101). Sum of RGB (Red+Green+Blue) = 170+178+101=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB265 is #554D9A. Grayscale: #A7A7A7. Windows color (decimal): -5590427 or 6664874. OLE color: 6664874.

HSL color Cylindrical-coordinate representation of color #AAB265: hue angle of 66.23º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAB265 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB170178101-
CMYK0.0400.430.30
HSL66.23º33.33%54.71%-
HSV(B)66.23º43.26%69.8%-
XYZ34.8541.3318.45-
YUV166.8390.85130.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 178 (69.92% from 255) = 39.64%
BLUE value IS 101 (39.84% from 255) = 22.49%
R=37.86%
G=39.64%
B=22.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701781010.0400.430.3066.2333.3354.71
HexAAB265402B1E422137
Octal2522621454053361024167
Binary101010101011001011001011000101011111101000010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB265; }

 p { color: rgb(170,178,101); }

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

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

 a { background-color: rgb(170,178,101); }

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

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

 span { border-color: rgb(170,178,101); }

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