Html Css Color HEX #ABAF5C Olive Green

📋 copy color: '#ABAF5C'

red 171 ◦ green 175 ◦ blue 92

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

Shades of Olive Green #ABAF5C

Tints of Olive Green #ABAF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21%

R = 39.04%
G = 39.95%
B = 21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#ABAF5C (or 0xABAF5C) is known color: Olive Green. HEX triplet: AB, AF and 5C. RGB value is (171,175,92). Sum of RGB (Red+Green+Blue) = 171+175+92=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF5C is #5450A3. Grayscale: #A4A4A4. Windows color (decimal): -5525668 or 6074283. OLE color: 6074283.

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

Color convert

RGB 171 175 92 -
CMYK 0.02 0 0.47 0.31
HSL 62.89º 0.34% 0.52% -
HSV(B) 62.89º 0.47% 0.69% -
XYZ 34.06 40.09 16.07 -
YUV 164.34 87.17 132.75 -
System Red Green Blue C M Y K H S L
Decimal 171 175 92 0.02 0 0.47 0.31 62.89 0.34 0.52
Hex AB AF 5C 2 0 2F 1F 3F 22 34
Octal 253 257 134 2 0 57 37 77 42 64
Binary 10101011 10101111 1011100 10 0 101111 11111 111111 100010 110100

Color Harmonies of #ABAF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF5C

Black with #ABAF5C

Text Example


Text Example

White with #ABAF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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