Html Css Color HEX #ABAE5A Olive Green

📋 copy color: '#ABAE5A'

red 171 ◦ green 174 ◦ blue 90

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

Shades of Olive Green #ABAE5A

Tints of Olive Green #ABAE5A

RGB

 RED value IS 171 (67.19% from 255) = 39.31%

 GREEN value IS 174 (68.36% from 255) = 40%

 BLUE value IS 90 (35.55% from 255) = 20.69%

R = 39.31%
G = 40%
B = 20.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#ABAE5A (or 0xABAE5A) is known color: Olive Green. HEX triplet: AB, AE and 5A. RGB value is (171,174,90). Sum of RGB (Red+Green+Blue) = 171+174+90=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE5A is #5451A5. Grayscale: #A3A3A3. Windows color (decimal): -5525926 or 5942955. OLE color: 5942955.

HSL color Cylindrical-coordinate representation of color #ABAE5A: hue angle of 62.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABAE5A is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 90 -
CMYK 0.02 0 0.48 0.32
HSL 62.14º 0.34% 0.52% -
HSV(B) 62.14º 0.48% 0.68% -
XYZ 33.78 39.67 15.55 -
YUV 163.53 86.51 133.33 -
System Red Green Blue C M Y K H S L
Decimal 171 174 90 0.02 0 0.48 0.32 62.14 0.34 0.52
Hex AB AE 5A 2 0 30 20 3E 22 34
Octal 253 256 132 2 0 60 40 76 42 64
Binary 10101011 10101110 1011010 10 0 110000 100000 111110 100010 110100

Color Harmonies of #ABAE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE5A

Black with #ABAE5A

Text Example


Text Example

White with #ABAE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE5A; }

 p { color: rgb(171,174,90); }

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

background-color css

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

 a { background-color: rgb(171,174,90); }

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

border-color css

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

 span { border-color: rgb(171,174,90); }

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