Html Css Color HEX #AEB962 Olive Green

📋 copy color: '#AEB962'

red 174 ◦ green 185 ◦ blue 98

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

Shades of Olive Green #AEB962

Tints of Olive Green #AEB962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.44%

R = 38.07%
G = 40.48%
B = 21.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#AEB962 (or 0xAEB962) is known color: Olive Green. HEX triplet: AE, B9 and 62. RGB value is (174,185,98). Sum of RGB (Red+Green+Blue) = 174+185+98=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB962 is #51469D. Grayscale: #ACACAC. Windows color (decimal): -5326494 or 6470062. OLE color: 6470062.

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

Color convert

RGB 174 185 98 -
CMYK 0.06 0 0.47 0.27
HSL 67.59º 0.38% 0.55% -
HSV(B) 67.59º 0.47% 0.73% -
XYZ 37.01 44.58 18.21 -
YUV 171.79 86.36 129.57 -
System Red Green Blue C M Y K H S L
Decimal 174 185 98 0.06 0 0.47 0.27 67.59 0.38 0.55
Hex AE B9 62 6 0 2F 1B 44 26 37
Octal 256 271 142 6 0 57 33 104 46 67
Binary 10101110 10111001 1100010 110 0 101111 11011 1000100 100110 110111

Color Harmonies of #AEB962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB962

Black with #AEB962

Text Example


Text Example

White with #AEB962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB962; }

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

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

background-color css

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

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

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

border-color css

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

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

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