Html Css Color HEX #AEB56C Olive Green

📋 copy color: '#AEB56C'

red 174 ◦ green 181 ◦ blue 108

#AEB56C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #AEB56C

Tints of Olive Green #AEB56C

RGB

 RED value IS 174 (68.36% from 255) = 37.58%

 GREEN value IS 181 (71.09% from 255) = 39.09%

 BLUE value IS 108 (42.58% from 255) = 23.33%

R = 37.58%
G = 39.09%
B = 23.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#AEB56C (or 0xAEB56C) is known color: Olive Green. HEX triplet: AE, B5 and 6C. RGB value is (174,181,108). Sum of RGB (Red+Green+Blue) = 174+181+108=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB56C is #514A93. Grayscale: #AAAAAA. Windows color (decimal): -5327508 or 7124398. OLE color: 7124398.

HSL color Cylindrical-coordinate representation of color #AEB56C: hue angle of 65.75º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEB56C is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 181 108 -
CMYK 0.04 0 0.40 0.29
HSL 65.75º 0.33% 0.57% -
HSV(B) 65.75º 0.4% 0.71% -
XYZ 36.69 43.13 20.58 -
YUV 170.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 174 181 108 0.04 0 0.40 0.29 65.75 0.33 0.57
Hex AE B5 6C 4 0 28 1D 42 21 39
Octal 256 265 154 4 0 50 35 102 41 71
Binary 10101110 10110101 1101100 100 0 101000 11101 1000010 100001 111001

Color Harmonies of #AEB56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB56C

Black with #AEB56C

Text Example


Text Example

White with #AEB56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB56C; }

 p { color: rgb(174,181,108); }

 H1.HeaderClassName
 {
   color: #AEB56C;
 }
 .AnyTagClassName
 {
   color: #AEB56C;
 }
</style>

background-color css

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

 a { background-color: rgb(174,181,108); }

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

border-color css

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

 span { border-color: rgb(174,181,108); }

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