Html Css Color HEX #ABAF58 Olive Green

📋 copy color: '#ABAF58'

red 171 ◦ green 175 ◦ blue 88

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

Shades of Olive Green #ABAF58

Tints of Olive Green #ABAF58

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.32%

 BLUE value IS 88 (34.77% from 255) = 20.28%

R = 39.4%
G = 40.32%
B = 20.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#ABAF58 (or 0xABAF58) is known color: Olive Green. HEX triplet: AB, AF and 58. RGB value is (171,175,88). Sum of RGB (Red+Green+Blue) = 171+175+88=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF58 is #5450A7. Grayscale: #A4A4A4. Windows color (decimal): -5525672 or 5812139. OLE color: 5812139.

HSL color Cylindrical-coordinate representation of color #ABAF58: hue angle of 62.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABAF58 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 175 88 -
CMYK 0.02 0 0.50 0.31
HSL 62.76º 0.35% 0.52% -
HSV(B) 62.76º 0.5% 0.69% -
XYZ 33.89 40.02 15.17 -
YUV 163.89 85.17 133.07 -
System Red Green Blue C M Y K H S L
Decimal 171 175 88 0.02 0 0.50 0.31 62.76 0.35 0.52
Hex AB AF 58 2 0 32 1F 3F 23 34
Octal 253 257 130 2 0 62 37 77 43 64
Binary 10101011 10101111 1011000 10 0 110010 11111 111111 100011 110100

Color Harmonies of #ABAF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF58

Black with #ABAF58

Text Example


Text Example

White with #ABAF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF58; }

 p { color: rgb(171,175,88); }

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

background-color css

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

 a { background-color: rgb(171,175,88); }

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

border-color css

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

 span { border-color: rgb(171,175,88); }

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