Html Css Color HEX #ABAE55 Olive Green

📋 copy color: '#ABAE55'

red 171 ◦ green 174 ◦ blue 85

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

Shades of Olive Green #ABAE55

Tints of Olive Green #ABAE55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.77%

R = 39.77%
G = 40.47%
B = 19.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#ABAE55 (or 0xABAE55) is known color: Olive Green. HEX triplet: AB, AE and 55. RGB value is (171,174,85). Sum of RGB (Red+Green+Blue) = 171+174+85=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE55 is #5451AA. Grayscale: #A3A3A3. Windows color (decimal): -5525931 or 5615275. OLE color: 5615275.

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

Color convert

RGB 171 174 85 -
CMYK 0.02 0 0.51 0.32
HSL 62.02º 0.35% 0.51% -
HSV(B) 62.02º 0.51% 0.68% -
XYZ 33.57 39.59 14.47 -
YUV 162.96 84.01 133.74 -
System Red Green Blue C M Y K H S L
Decimal 171 174 85 0.02 0 0.51 0.32 62.02 0.35 0.51
Hex AB AE 55 2 0 33 20 3E 23 33
Octal 253 256 125 2 0 63 40 76 43 63
Binary 10101011 10101110 1010101 10 0 110011 100000 111110 100011 110011

Color Harmonies of #ABAE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE55

Black with #ABAE55

Text Example


Text Example

White with #ABAE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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