Html Css Color HEX #A0B971 Olivine

📋 copy color: '#A0B971'

red 160 ◦ green 185 ◦ blue 113

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

Shades of Olivine #A0B971

Tints of Olivine #A0B971

RGB

 RED value IS 160 (62.89% from 255) = 34.93%

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

 BLUE value IS 113 (44.53% from 255) = 24.67%

R = 34.93%
G = 40.39%
B = 24.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#A0B971 (or 0xA0B971) is known color: Olivine. HEX triplet: A0, B9 and 71. RGB value is (160,185,113). Sum of RGB (Red+Green+Blue) = 160+185+113=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B971 is #5F468E. Grayscale: #A9A9A9. Windows color (decimal): -6243983 or 7453088. OLE color: 7453088.

HSL color Cylindrical-coordinate representation of color #A0B971: hue angle of 80.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0B971 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 185 113 -
CMYK 0.14 0 0.39 0.27
HSL 80.83º 0.34% 0.58% -
HSV(B) 80.83º 0.39% 0.73% -
XYZ 34.83 43.36 22.16 -
YUV 169.32 96.22 121.35 -
System Red Green Blue C M Y K H S L
Decimal 160 185 113 0.14 0 0.39 0.27 80.83 0.34 0.58
Hex A0 B9 71 E 0 27 1B 51 22 3A
Octal 240 271 161 16 0 47 33 121 42 72
Binary 10100000 10111001 1110001 1110 0 100111 11011 1010001 100010 111010

Color Harmonies of #A0B971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B971

Black with #A0B971

Text Example


Text Example

White with #A0B971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B971; }

 p { color: rgb(160,185,113); }

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

background-color css

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

 a { background-color: rgb(160,185,113); }

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

border-color css

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

 span { border-color: rgb(160,185,113); }

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