Html Css Color HEX #AEB868 Olive Green

📋 copy color: '#AEB868'

red 174 ◦ green 184 ◦ blue 104

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

Shades of Olive Green #AEB868

Tints of Olive Green #AEB868

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.83%

 BLUE value IS 104 (41.02% from 255) = 22.51%

R = 37.66%
G = 39.83%
B = 22.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#AEB868 (or 0xAEB868) is known color: Olive Green. HEX triplet: AE, B8 and 68. RGB value is (174,184,104). Sum of RGB (Red+Green+Blue) = 174+184+104=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB868 is #514797. Grayscale: #ACACAC. Windows color (decimal): -5326744 or 6863022. OLE color: 6863022.

HSL color Cylindrical-coordinate representation of color #AEB868: hue angle of 67.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEB868 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 184 104 -
CMYK 0.05 0 0.43 0.28
HSL 67.5º 0.36% 0.56% -
HSV(B) 67.5º 0.43% 0.72% -
XYZ 37.09 44.28 19.69 -
YUV 171.89 89.69 129.5 -
System Red Green Blue C M Y K H S L
Decimal 174 184 104 0.05 0 0.43 0.28 67.5 0.36 0.56
Hex AE B8 68 5 0 2B 1C 44 24 38
Octal 256 270 150 5 0 53 34 104 44 70
Binary 10101110 10111000 1101000 101 0 101011 11100 1000100 100100 111000

Color Harmonies of #AEB868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB868

Black with #AEB868

Text Example


Text Example

White with #AEB868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB868; }

 p { color: rgb(174,184,104); }

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

background-color css

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

 a { background-color: rgb(174,184,104); }

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

border-color css

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

 span { border-color: rgb(174,184,104); }

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