Html Css Color HEX #AEB365 Olive Green

📋 copy color: '#AEB365'

red 174 ◦ green 179 ◦ blue 101

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

Shades of Olive Green #AEB365

Tints of Olive Green #AEB365

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.43%

 BLUE value IS 101 (39.84% from 255) = 22.25%

R = 38.33%
G = 39.43%
B = 22.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#AEB365 (or 0xAEB365) is known color: Olive Green. HEX triplet: AE, B3 and 65. RGB value is (174,179,101). Sum of RGB (Red+Green+Blue) = 174+179+101=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB365 is #514C9A. Grayscale: #A8A8A8. Windows color (decimal): -5328027 or 6665134. OLE color: 6665134.

HSL color Cylindrical-coordinate representation of color #AEB365: hue angle of 63.85º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEB365 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 179 101 -
CMYK 0.03 0 0.44 0.30
HSL 63.85º 0.34% 0.55% -
HSV(B) 63.85º 0.44% 0.7% -
XYZ 35.92 42.18 18.56 -
YUV 168.61 89.84 131.84 -
System Red Green Blue C M Y K H S L
Decimal 174 179 101 0.03 0 0.44 0.30 63.85 0.34 0.55
Hex AE B3 65 3 0 2C 1E 40 22 37
Octal 256 263 145 3 0 54 36 100 42 67
Binary 10101110 10110011 1100101 11 0 101100 11110 1000000 100010 110111

Color Harmonies of #AEB365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB365

Black with #AEB365

Text Example


Text Example

White with #AEB365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB365; }

 p { color: rgb(174,179,101); }

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

background-color css

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

 a { background-color: rgb(174,179,101); }

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

border-color css

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

 span { border-color: rgb(174,179,101); }

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