Html Css Color HEX #A2B973 Olivine

📋 copy color: '#A2B973'

red 162 ◦ green 185 ◦ blue 115

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

Shades of Olivine #A2B973

Tints of Olivine #A2B973

RGB

 RED value IS 162 (63.67% from 255) = 35.06%

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

 BLUE value IS 115 (45.31% from 255) = 24.89%

R = 35.06%
G = 40.04%
B = 24.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#A2B973 (or 0xA2B973) is known color: Olivine. HEX triplet: A2, B9 and 73. RGB value is (162,185,115). Sum of RGB (Red+Green+Blue) = 162+185+115=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B973 is #5D468C. Grayscale: #AAAAAA. Windows color (decimal): -6112909 or 7584162. OLE color: 7584162.

HSL color Cylindrical-coordinate representation of color #A2B973: hue angle of 79.71º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2B973 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 115 -
CMYK 0.12 0 0.38 0.27
HSL 79.71º 0.33% 0.59% -
HSV(B) 79.71º 0.38% 0.73% -
XYZ 35.34 43.62 22.78 -
YUV 170.14 96.88 122.19 -
System Red Green Blue C M Y K H S L
Decimal 162 185 115 0.12 0 0.38 0.27 79.71 0.33 0.59
Hex A2 B9 73 C 0 26 1B 50 21 3B
Octal 242 271 163 14 0 46 33 120 41 73
Binary 10100010 10111001 1110011 1100 0 100110 11011 1010000 100001 111011

Color Harmonies of #A2B973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B973

Black with #A2B973

Text Example


Text Example

White with #A2B973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B973; }

 p { color: rgb(162,185,115); }

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

background-color css

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

 a { background-color: rgb(162,185,115); }

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

border-color css

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

 span { border-color: rgb(162,185,115); }

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