Html Css Color HEX #AEB36C Olive Green

📋 copy color: '#AEB36C'

red 174 ◦ green 179 ◦ blue 108

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

Shades of Olive Green #AEB36C

Tints of Olive Green #AEB36C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.83%

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

R = 37.74%
G = 38.83%
B = 23.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#AEB36C (or 0xAEB36C) is known color: Olive Green. HEX triplet: AE, B3 and 6C. RGB value is (174,179,108). Sum of RGB (Red+Green+Blue) = 174+179+108=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB36C is #514C93. Grayscale: #A9A9A9. Windows color (decimal): -5328020 or 7123886. OLE color: 7123886.

HSL color Cylindrical-coordinate representation of color #AEB36C: hue angle of 64.23º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEB36C is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 179 108 -
CMYK 0.03 0 0.40 0.30
HSL 64.23º 0.32% 0.56% -
HSV(B) 64.23º 0.4% 0.7% -
XYZ 36.28 42.32 20.44 -
YUV 169.41 93.34 131.27 -
System Red Green Blue C M Y K H S L
Decimal 174 179 108 0.03 0 0.40 0.30 64.23 0.32 0.56
Hex AE B3 6C 3 0 28 1E 40 20 38
Octal 256 263 154 3 0 50 36 100 40 70
Binary 10101110 10110011 1101100 11 0 101000 11110 1000000 100000 111000

Color Harmonies of #AEB36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB36C

Black with #AEB36C

Text Example


Text Example

White with #AEB36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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