Html Css Color HEX #AEB96C Olive Green

📋 copy color: '#AEB96C'

red 174 ◦ green 185 ◦ blue 108

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

Shades of Olive Green #AEB96C

Tints of Olive Green #AEB96C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.61%

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

R = 37.26%
G = 39.61%
B = 23.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#AEB96C (or 0xAEB96C) is known color: Olive Green. HEX triplet: AE, B9 and 6C. RGB value is (174,185,108). Sum of RGB (Red+Green+Blue) = 174+185+108=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB96C is #514693. Grayscale: #ADADAD. Windows color (decimal): -5326484 or 7125422. OLE color: 7125422.

HSL color Cylindrical-coordinate representation of color #AEB96C: hue angle of 68.57º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEB96C is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 185 108 -
CMYK 0.06 0 0.42 0.27
HSL 68.57º 0.35% 0.57% -
HSV(B) 68.57º 0.42% 0.73% -
XYZ 37.51 44.78 20.85 -
YUV 172.93 91.36 128.76 -
System Red Green Blue C M Y K H S L
Decimal 174 185 108 0.06 0 0.42 0.27 68.57 0.35 0.57
Hex AE B9 6C 6 0 2A 1B 45 23 39
Octal 256 271 154 6 0 52 33 105 43 71
Binary 10101110 10111001 1101100 110 0 101010 11011 1000101 100011 111001

Color Harmonies of #AEB96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB96C

Black with #AEB96C

Text Example


Text Example

White with #AEB96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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