Html Css Color HEX #ABAE5D Olive Green

📋 copy color: '#ABAE5D'

red 171 ◦ green 174 ◦ blue 93

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

Shades of Olive Green #ABAE5D

Tints of Olive Green #ABAE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.23%

R = 39.04%
G = 39.73%
B = 21.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#ABAE5D (or 0xABAE5D) is known color: Olive Green. HEX triplet: AB, AE and 5D. RGB value is (171,174,93). Sum of RGB (Red+Green+Blue) = 171+174+93=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE5D is #5451A2. Grayscale: #A4A4A4. Windows color (decimal): -5525923 or 6139563. OLE color: 6139563.

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

Color convert

RGB 171 174 93 -
CMYK 0.02 0 0.47 0.32
HSL 62.22º 0.33% 0.52% -
HSV(B) 62.22º 0.47% 0.68% -
XYZ 33.91 39.72 16.24 -
YUV 163.87 88.01 133.09 -
System Red Green Blue C M Y K H S L
Decimal 171 174 93 0.02 0 0.47 0.32 62.22 0.33 0.52
Hex AB AE 5D 2 0 2F 20 3E 21 34
Octal 253 256 135 2 0 57 40 76 41 64
Binary 10101011 10101110 1011101 10 0 101111 100000 111110 100001 110100

Color Harmonies of #ABAE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE5D

Black with #ABAE5D

Text Example


Text Example

White with #ABAE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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