Html Css Color HEX #A2B96E Olivine

📋 copy color: '#A2B96E'

red 162 ◦ green 185 ◦ blue 110

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

Shades of Olivine #A2B96E

Tints of Olivine #A2B96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.07%

R = 35.45%
G = 40.48%
B = 24.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#A2B96E (or 0xA2B96E) is known color: Olivine. HEX triplet: A2, B9 and 6E. RGB value is (162,185,110). Sum of RGB (Red+Green+Blue) = 162+185+110=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B96E is #5D4691. Grayscale: #A9A9A9. Windows color (decimal): -6112914 or 7256482. OLE color: 7256482.

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

Color convert

RGB 162 185 110 -
CMYK 0.12 0 0.41 0.27
HSL 78.4º 0.35% 0.58% -
HSV(B) 78.4º 0.41% 0.73% -
XYZ 35.06 43.51 21.3 -
YUV 169.57 94.38 122.6 -
System Red Green Blue C M Y K H S L
Decimal 162 185 110 0.12 0 0.41 0.27 78.4 0.35 0.58
Hex A2 B9 6E C 0 29 1B 4E 23 3A
Octal 242 271 156 14 0 51 33 116 43 72
Binary 10100010 10111001 1101110 1100 0 101001 11011 1001110 100011 111010

Color Harmonies of #A2B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B96E

Black with #A2B96E

Text Example


Text Example

White with #A2B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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