Html Css Color HEX #A1B96E Olivine

📋 copy color: '#A1B96E'

red 161 ◦ green 185 ◦ blue 110

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

Shades of Olivine #A1B96E

Tints of Olivine #A1B96E

RGB

 RED value IS 161 (63.28% from 255) = 35.31%

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

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

R = 35.31%
G = 40.57%
B = 24.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#A1B96E (or 0xA1B96E) is known color: Olivine. HEX triplet: A1, B9 and 6E. RGB value is (161,185,110). Sum of RGB (Red+Green+Blue) = 161+185+110=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B96E is #5E4691. Grayscale: #A9A9A9. Windows color (decimal): -6178450 or 7256481. OLE color: 7256481.

HSL color Cylindrical-coordinate representation of color #A1B96E: hue angle of 79.2º 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 #A1B96E is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 185 110 -
CMYK 0.13 0 0.41 0.27
HSL 79.2º 0.35% 0.58% -
HSV(B) 79.2º 0.41% 0.73% -
XYZ 34.86 43.4 21.29 -
YUV 169.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 161 185 110 0.13 0 0.41 0.27 79.2 0.35 0.58
Hex A1 B9 6E D 0 29 1B 4F 23 3A
Octal 241 271 156 15 0 51 33 117 43 72
Binary 10100001 10111001 1101110 1101 0 101001 11011 1001111 100011 111010

Color Harmonies of #A1B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B96E

Black with #A1B96E

Text Example


Text Example

White with #A1B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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