Html Css Color HEX #ABB96A Olive Green

📋 copy color: '#ABB96A'

red 171 ◦ green 185 ◦ blue 106

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

Shades of Olive Green #ABB96A

Tints of Olive Green #ABB96A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.04%

 BLUE value IS 106 (41.8% from 255) = 22.94%

R = 37.01%
G = 40.04%
B = 22.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#ABB96A (or 0xABB96A) is known color: Olive Green. HEX triplet: AB, B9 and 6A. RGB value is (171,185,106). Sum of RGB (Red+Green+Blue) = 171+185+106=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB96A is #544695. Grayscale: #ACACAC. Windows color (decimal): -5523094 or 6994347. OLE color: 6994347.

HSL color Cylindrical-coordinate representation of color #ABB96A: hue angle of 70.63º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABB96A is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 185 106 -
CMYK 0.08 0 0.43 0.27
HSL 70.63º 0.36% 0.57% -
HSV(B) 70.63º 0.43% 0.73% -
XYZ 36.75 44.4 20.27 -
YUV 171.81 90.86 127.42 -
System Red Green Blue C M Y K H S L
Decimal 171 185 106 0.08 0 0.43 0.27 70.63 0.36 0.57
Hex AB B9 6A 8 0 2B 1B 47 24 39
Octal 253 271 152 10 0 53 33 107 44 71
Binary 10101011 10111001 1101010 1000 0 101011 11011 1000111 100100 111001

Color Harmonies of #ABB96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB96A

Black with #ABB96A

Text Example


Text Example

White with #ABB96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB96A; }

 p { color: rgb(171,185,106); }

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

background-color css

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

 a { background-color: rgb(171,185,106); }

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

border-color css

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

 span { border-color: rgb(171,185,106); }

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