Html Css Color HEX #ABA851 Olive Green

📋 copy color: '#ABA851'

red 171 ◦ green 168 ◦ blue 81

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

Shades of Olive Green #ABA851

Tints of Olive Green #ABA851

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40%

 BLUE value IS 81 (32.03% from 255) = 19.29%

R = 40.71%
G = 40%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#ABA851 (or 0xABA851) is known color: Olive Green. HEX triplet: AB, A8 and 51. RGB value is (171,168,81). Sum of RGB (Red+Green+Blue) = 171+168+81=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA851 is #5457AE. Grayscale: #9F9F9F. Windows color (decimal): -5527471 or 5351595. OLE color: 5351595.

HSL color Cylindrical-coordinate representation of color #ABA851: hue angle of 58º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABA851 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 81 -
CMYK 0 0.02 0.53 0.33
HSL 58º 0.36% 0.49% -
HSV(B) 58º 0.53% 0.67% -
XYZ 32.28 37.26 13.27 -
YUV 158.98 83.99 136.57 -
System Red Green Blue C M Y K H S L
Decimal 171 168 81 0 0.02 0.53 0.33 58 0.36 0.49
Hex AB A8 51 0 2 35 21 3A 24 31
Octal 253 250 121 0 2 65 41 72 44 61
Binary 10101011 10101000 1010001 0 10 110101 100001 111010 100100 110001

Color Harmonies of #ABA851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA851

Black with #ABA851

Text Example


Text Example

White with #ABA851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA851; }

 p { color: rgb(171,168,81); }

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

background-color css

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

 a { background-color: rgb(171,168,81); }

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

border-color css

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

 span { border-color: rgb(171,168,81); }

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