Html Css Color HEX #AEB16C Olive Green

📋 copy color: '#AEB16C'

red 174 ◦ green 177 ◦ blue 108

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

Shades of Olive Green #AEB16C

Tints of Olive Green #AEB16C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.56%

 BLUE value IS 108 (42.58% from 255) = 23.53%

R = 37.91%
G = 38.56%
B = 23.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AEB16C (or 0xAEB16C) is known color: Olive Green. HEX triplet: AE, B1 and 6C. RGB value is (174,177,108). Sum of RGB (Red+Green+Blue) = 174+177+108=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB16C is #514E93. Grayscale: #A8A8A8. Windows color (decimal): -5328532 or 7123374. OLE color: 7123374.

HSL color Cylindrical-coordinate representation of color #AEB16C: hue angle of 62.61º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEB16C is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 177 108 -
CMYK 0.02 0 0.39 0.31
HSL 62.61º 0.31% 0.56% -
HSV(B) 62.61º 0.39% 0.69% -
XYZ 35.88 41.53 20.31 -
YUV 168.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 174 177 108 0.02 0 0.39 0.31 62.61 0.31 0.56
Hex AE B1 6C 2 0 27 1F 3F 1F 38
Octal 256 261 154 2 0 47 37 77 37 70
Binary 10101110 10110001 1101100 10 0 100111 11111 111111 11111 111000

Color Harmonies of #AEB16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB16C

Black with #AEB16C

Text Example


Text Example

White with #AEB16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB16C; }

 p { color: rgb(174,177,108); }

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

background-color css

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

 a { background-color: rgb(174,177,108); }

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

border-color css

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

 span { border-color: rgb(174,177,108); }

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