Html Css Color HEX #ABA65D Olive Green

📋 copy color: '#ABA65D'

red 171 ◦ green 166 ◦ blue 93

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

Shades of Olive Green #ABA65D

Tints of Olive Green #ABA65D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.6%

 BLUE value IS 93 (36.72% from 255) = 21.63%

R = 39.77%
G = 38.6%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#ABA65D (or 0xABA65D) is known color: Olive Green. HEX triplet: AB, A6 and 5D. RGB value is (171,166,93). Sum of RGB (Red+Green+Blue) = 171+166+93=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA65D is #5459A2. Grayscale: #9F9F9F. Windows color (decimal): -5527971 or 6137515. OLE color: 6137515.

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

Color convert

RGB 171 166 93 -
CMYK 0 0.03 0.46 0.33
HSL 56.15º 0.32% 0.52% -
HSV(B) 56.15º 0.46% 0.67% -
XYZ 32.41 36.72 15.74 -
YUV 159.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 171 166 93 0 0.03 0.46 0.33 56.15 0.32 0.52
Hex AB A6 5D 0 3 2E 21 38 20 34
Octal 253 246 135 0 3 56 41 70 40 64
Binary 10101011 10100110 1011101 0 11 101110 100001 111000 100000 110100

Color Harmonies of #ABA65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA65D

Black with #ABA65D

Text Example


Text Example

White with #ABA65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA65D; }

 p { color: rgb(171,166,93); }

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

background-color css

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

 a { background-color: rgb(171,166,93); }

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

border-color css

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

 span { border-color: rgb(171,166,93); }

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