Html Css Color HEX #AEB46C Olive Green

📋 copy color: '#AEB46C'

red 174 ◦ green 180 ◦ blue 108

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

Shades of Olive Green #AEB46C

Tints of Olive Green #AEB46C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.96%

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

R = 37.66%
G = 38.96%
B = 23.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#AEB46C (or 0xAEB46C) is known color: Olive Green. HEX triplet: AE, B4 and 6C. RGB value is (174,180,108). Sum of RGB (Red+Green+Blue) = 174+180+108=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB46C is #514B93. Grayscale: #AAAAAA. Windows color (decimal): -5327764 or 7124142. OLE color: 7124142.

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

Color convert

RGB 174 180 108 -
CMYK 0.03 0 0.40 0.29
HSL 65º 0.32% 0.56% -
HSV(B) 65º 0.4% 0.71% -
XYZ 36.48 42.72 20.51 -
YUV 170 93.01 130.85 -
System Red Green Blue C M Y K H S L
Decimal 174 180 108 0.03 0 0.40 0.29 65 0.32 0.56
Hex AE B4 6C 3 0 28 1D 41 20 38
Octal 256 264 154 3 0 50 35 101 40 70
Binary 10101110 10110100 1101100 11 0 101000 11101 1000001 100000 111000

Color Harmonies of #AEB46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB46C

Black with #AEB46C

Text Example


Text Example

White with #AEB46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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