Html Css Color HEX #ABAF55 Olive Green

📋 copy color: '#ABAF55'

red 171 ◦ green 175 ◦ blue 85

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

Shades of Olive Green #ABAF55

Tints of Olive Green #ABAF55

RGB

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

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

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

R = 39.68%
G = 40.6%
B = 19.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#ABAF55 (or 0xABAF55) is known color: Olive Green. HEX triplet: AB, AF and 55. RGB value is (171,175,85). Sum of RGB (Red+Green+Blue) = 171+175+85=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF55 is #5450AA. Grayscale: #A3A3A3. Windows color (decimal): -5525675 or 5615531. OLE color: 5615531.

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

Color convert

RGB 171 175 85 -
CMYK 0.02 0 0.51 0.31
HSL 62.67º 0.36% 0.51% -
HSV(B) 62.67º 0.51% 0.69% -
XYZ 33.76 39.97 14.53 -
YUV 163.54 83.67 133.32 -
System Red Green Blue C M Y K H S L
Decimal 171 175 85 0.02 0 0.51 0.31 62.67 0.36 0.51
Hex AB AF 55 2 0 33 1F 3F 24 33
Octal 253 257 125 2 0 63 37 77 44 63
Binary 10101011 10101111 1010101 10 0 110011 11111 111111 100100 110011

Color Harmonies of #ABAF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF55

Black with #ABAF55

Text Example


Text Example

White with #ABAF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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