Html Css Color HEX #ABA754 Olive Green

📋 copy color: '#ABA754'

red 171 ◦ green 167 ◦ blue 84

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

Shades of Olive Green #ABA754

Tints of Olive Green #ABA754

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.57%

 BLUE value IS 84 (33.2% from 255) = 19.91%

R = 40.52%
G = 39.57%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#ABA754 (or 0xABA754) is known color: Olive Green. HEX triplet: AB, A7 and 54. RGB value is (171,167,84). Sum of RGB (Red+Green+Blue) = 171+167+84=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA754 is #5458AB. Grayscale: #9F9F9F. Windows color (decimal): -5527724 or 5547947. OLE color: 5547947.

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

Color convert

RGB 171 167 84 -
CMYK 0 0.02 0.51 0.33
HSL 57.24º 0.34% 0.5% -
HSV(B) 57.24º 0.51% 0.67% -
XYZ 32.21 36.94 13.82 -
YUV 158.73 85.83 136.75 -
System Red Green Blue C M Y K H S L
Decimal 171 167 84 0 0.02 0.51 0.33 57.24 0.34 0.5
Hex AB A7 54 0 2 33 21 39 22 32
Octal 253 247 124 0 2 63 41 71 42 62
Binary 10101011 10100111 1010100 0 10 110011 100001 111001 100010 110010

Color Harmonies of #ABA754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA754

Black with #ABA754

Text Example


Text Example

White with #ABA754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA754; }

 p { color: rgb(171,167,84); }

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

background-color css

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

 a { background-color: rgb(171,167,84); }

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

border-color css

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

 span { border-color: rgb(171,167,84); }

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