Html Css Color HEX #AEB369 Olive Green

📋 copy color: '#AEB369'

red 174 ◦ green 179 ◦ blue 105

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

Shades of Olive Green #AEB369

Tints of Olive Green #AEB369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.93%

R = 37.99%
G = 39.08%
B = 22.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#AEB369 (or 0xAEB369) is known color: Olive Green. HEX triplet: AE, B3 and 69. RGB value is (174,179,105). Sum of RGB (Red+Green+Blue) = 174+179+105=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB369 is #514C96. Grayscale: #A9A9A9. Windows color (decimal): -5328023 or 6927278. OLE color: 6927278.

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

Color convert

RGB 174 179 105 -
CMYK 0.03 0 0.41 0.30
HSL 64.05º 0.33% 0.56% -
HSV(B) 64.05º 0.41% 0.7% -
XYZ 36.13 42.26 19.62 -
YUV 169.07 91.84 131.52 -
System Red Green Blue C M Y K H S L
Decimal 174 179 105 0.03 0 0.41 0.30 64.05 0.33 0.56
Hex AE B3 69 3 0 29 1E 40 21 38
Octal 256 263 151 3 0 51 36 100 41 70
Binary 10101110 10110011 1101001 11 0 101001 11110 1000000 100001 111000

Color Harmonies of #AEB369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB369

Black with #AEB369

Text Example


Text Example

White with #AEB369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB369; }

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

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

background-color css

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

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

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

border-color css

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

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

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