Html Css Color HEX #A1B96D Olivine

📋 copy color: '#A1B96D'

red 161 ◦ green 185 ◦ blue 109

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

Shades of Olivine #A1B96D

Tints of Olivine #A1B96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.96%

R = 35.38%
G = 40.66%
B = 23.96%

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

#A1B96D (or 0xA1B96D) is known color: Olivine. HEX triplet: A1, B9 and 6D. RGB value is (161,185,109). Sum of RGB (Red+Green+Blue) = 161+185+109=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B96D is #5E4692. Grayscale: #A9A9A9. Windows color (decimal): -6178451 or 7190945. OLE color: 7190945.

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

Color convert

RGB 161 185 109 -
CMYK 0.13 0 0.41 0.27
HSL 78.95º 0.35% 0.58% -
HSV(B) 78.95º 0.41% 0.73% -
XYZ 34.81 43.38 21.01 -
YUV 169.16 94.05 122.18 -
System Red Green Blue C M Y K H S L
Decimal 161 185 109 0.13 0 0.41 0.27 78.95 0.35 0.58
Hex A1 B9 6D D 0 29 1B 4F 23 3A
Octal 241 271 155 15 0 51 33 117 43 72
Binary 10100001 10111001 1101101 1101 0 101001 11011 1001111 100011 111010

Color Harmonies of #A1B96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B96D

Black with #A1B96D

Text Example


Text Example

White with #A1B96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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