Html Css Color HEX #ABA85B Olive Green

📋 copy color: '#ABA85B'

red 171 ◦ green 168 ◦ blue 91

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

Shades of Olive Green #ABA85B

Tints of Olive Green #ABA85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.16%

R = 39.77%
G = 39.07%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#ABA85B (or 0xABA85B) is known color: Olive Green. HEX triplet: AB, A8 and 5B. RGB value is (171,168,91). Sum of RGB (Red+Green+Blue) = 171+168+91=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA85B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA85B is #5457A4. Grayscale: #A0A0A0. Windows color (decimal): -5527461 or 6006955. OLE color: 6006955.

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

Color convert

RGB 171 168 91 -
CMYK 0 0.02 0.47 0.33
HSL 57.75º 0.32% 0.51% -
HSV(B) 57.75º 0.47% 0.67% -
XYZ 32.69 37.42 15.4 -
YUV 160.12 88.99 135.76 -
System Red Green Blue C M Y K H S L
Decimal 171 168 91 0 0.02 0.47 0.33 57.75 0.32 0.51
Hex AB A8 5B 0 2 2F 21 3A 20 33
Octal 253 250 133 0 2 57 41 72 40 63
Binary 10101011 10101000 1011011 0 10 101111 100001 111010 100000 110011

Color Harmonies of #ABA85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA85B

Black with #ABA85B

Text Example


Text Example

White with #ABA85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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