#AEB265

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

Shades of Olive Green #AEB265

Tints of Olive Green #AEB265

Color information

#AEB265 (or 0xAEB265) is unknown color: approx Olive Green. HEX triplet: AE, B2 and 65. RGB value is (174,178,101). Sum of RGB (Red+Green+Blue) = 174+178+101=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB265 is #514D9A. Grayscale: #A8A8A8. Windows color (decimal): -5328283 or 6664878. OLE color: 6664878.

HSL color Cylindrical-coordinate representation of color #AEB265: hue angle of 63.12º 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 #AEB265 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB174178101-
CMYK0.0200.430.30
HSL63.12º33.33%54.71%-
HSV(B)63.12º43.26%69.8%-
XYZ35.7241.7818.49-
YUV168.0390.17132.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 178 (69.92% from 255) = 39.29%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=38.41%
G=39.29%
B=22.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741781010.0200.430.3063.1233.3354.71
HexAEB265202B1E3f2137
Octal256262145205336774167
Binary1010111010110010110010110010101111110111111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB265; }

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

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

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

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

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

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

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

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