Html Css Color HEX #ABAE4D Olive Green

📋 copy color: '#ABAE4D'

red 171 ◦ green 174 ◦ blue 77

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

Shades of Olive Green #ABAE4D

Tints of Olive Green #ABAE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.25%

R = 40.52%
G = 41.23%
B = 18.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#ABAE4D (or 0xABAE4D) is known color: Olive Green. HEX triplet: AB, AE and 4D. RGB value is (171,174,77). Sum of RGB (Red+Green+Blue) = 171+174+77=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE4D is #5451B2. Grayscale: #A2A2A2. Windows color (decimal): -5525939 or 5090987. OLE color: 5090987.

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

Color convert

RGB 171 174 77 -
CMYK 0.02 0 0.56 0.32
HSL 61.86º 0.39% 0.49% -
HSV(B) 61.86º 0.56% 0.68% -
XYZ 33.27 39.47 12.89 -
YUV 162.05 80.01 134.39 -
System Red Green Blue C M Y K H S L
Decimal 171 174 77 0.02 0 0.56 0.32 61.86 0.39 0.49
Hex AB AE 4D 2 0 38 20 3E 27 31
Octal 253 256 115 2 0 70 40 76 47 61
Binary 10101011 10101110 1001101 10 0 111000 100000 111110 100111 110001

Color Harmonies of #ABAE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE4D

Black with #ABAE4D

Text Example


Text Example

White with #ABAE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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