Html Css Color HEX #A2B97D Olivine

📋 copy color: '#A2B97D'

red 162 ◦ green 185 ◦ blue 125

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

Shades of Olivine #A2B97D

Tints of Olivine #A2B97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.48%

R = 34.32%
G = 39.19%
B = 26.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#A2B97D (or 0xA2B97D) is known color: Olivine. HEX triplet: A2, B9 and 7D. RGB value is (162,185,125). Sum of RGB (Red+Green+Blue) = 162+185+125=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B97D is #5D4682. Grayscale: #ABABAB. Windows color (decimal): -6112899 or 8239522. OLE color: 8239522.

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

Color convert

RGB 162 185 125 -
CMYK 0.12 0 0.32 0.27
HSL 83º 0.3% 0.61% -
HSV(B) 83º 0.32% 0.73% -
XYZ 35.95 43.86 25.97 -
YUV 171.28 101.88 121.38 -
System Red Green Blue C M Y K H S L
Decimal 162 185 125 0.12 0 0.32 0.27 83 0.3 0.61
Hex A2 B9 7D C 0 20 1B 53 1E 3D
Octal 242 271 175 14 0 40 33 123 36 75
Binary 10100010 10111001 1111101 1100 0 100000 11011 1010011 11110 111101

Color Harmonies of #A2B97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B97D

Black with #A2B97D

Text Example


Text Example

White with #A2B97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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