Html Css Color HEX #AEB966 Olive Green

📋 copy color: '#AEB966'

red 174 ◦ green 185 ◦ blue 102

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

Shades of Olive Green #AEB966

Tints of Olive Green #AEB966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.13%

R = 37.74%
G = 40.13%
B = 22.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#AEB966 (or 0xAEB966) is known color: Olive Green. HEX triplet: AE, B9 and 66. RGB value is (174,185,102). Sum of RGB (Red+Green+Blue) = 174+185+102=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB966 is #514699. Grayscale: #ACACAC. Windows color (decimal): -5326490 or 6732206. OLE color: 6732206.

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

Color convert

RGB 174 185 102 -
CMYK 0.06 0 0.45 0.27
HSL 67.95º 0.37% 0.56% -
HSV(B) 67.95º 0.45% 0.73% -
XYZ 37.2 44.66 19.23 -
YUV 172.25 88.36 129.25 -
System Red Green Blue C M Y K H S L
Decimal 174 185 102 0.06 0 0.45 0.27 67.95 0.37 0.56
Hex AE B9 66 6 0 2D 1B 44 25 38
Octal 256 271 146 6 0 55 33 104 45 70
Binary 10101110 10111001 1100110 110 0 101101 11011 1000100 100101 111000

Color Harmonies of #AEB966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB966

Black with #AEB966

Text Example


Text Example

White with #AEB966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB966; }

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

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

background-color css

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

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

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

border-color css

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

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

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