Html Css Color HEX #ABAC51 Olive Green

📋 copy color: '#ABAC51'

red 171 ◦ green 172 ◦ blue 81

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

Shades of Olive Green #ABAC51

Tints of Olive Green #ABAC51

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.57%

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

R = 40.33%
G = 40.57%
B = 19.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#ABAC51 (or 0xABAC51) is known color: Olive Green. HEX triplet: AB, AC and 51. RGB value is (171,172,81). Sum of RGB (Red+Green+Blue) = 171+172+81=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC51 is #5453AE. Grayscale: #A1A1A1. Windows color (decimal): -5526447 or 5352619. OLE color: 5352619.

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

Color convert

RGB 171 172 81 -
CMYK 0.01 0 0.53 0.33
HSL 60.66º 0.36% 0.5% -
HSV(B) 60.66º 0.53% 0.67% -
XYZ 33.03 38.76 13.52 -
YUV 161.33 82.67 134.9 -
System Red Green Blue C M Y K H S L
Decimal 171 172 81 0.01 0 0.53 0.33 60.66 0.36 0.5
Hex AB AC 51 1 0 35 21 3D 24 32
Octal 253 254 121 1 0 65 41 75 44 62
Binary 10101011 10101100 1010001 1 0 110101 100001 111101 100100 110010

Color Harmonies of #ABAC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC51

Black with #ABAC51

Text Example


Text Example

White with #ABAC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC51; }

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

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

background-color css

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

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

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

border-color css

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

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

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