Html Css Color HEX #ABAE54 Olive Green

📋 copy color: '#ABAE54'

red 171 ◦ green 174 ◦ blue 84

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

Shades of Olive Green #ABAE54

Tints of Olive Green #ABAE54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.58%

R = 39.86%
G = 40.56%
B = 19.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#ABAE54 (or 0xABAE54) is known color: Olive Green. HEX triplet: AB, AE and 54. RGB value is (171,174,84). Sum of RGB (Red+Green+Blue) = 171+174+84=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 84 (33.20% from 255 or 19.58% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE54 is #5451AB. Grayscale: #A3A3A3. Windows color (decimal): -5525932 or 5549739. OLE color: 5549739.

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

Color convert

RGB 171 174 84 -
CMYK 0.02 0 0.52 0.32
HSL 62º 0.36% 0.51% -
HSV(B) 62º 0.52% 0.68% -
XYZ 33.53 39.57 14.26 -
YUV 162.84 83.51 133.82 -
System Red Green Blue C M Y K H S L
Decimal 171 174 84 0.02 0 0.52 0.32 62 0.36 0.51
Hex AB AE 54 2 0 34 20 3E 24 33
Octal 253 256 124 2 0 64 40 76 44 63
Binary 10101011 10101110 1010100 10 0 110100 100000 111110 100100 110011

Color Harmonies of #ABAE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE54

Black with #ABAE54

Text Example


Text Example

White with #ABAE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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