Html Css Color HEX #A1B276 Olivine

📋 copy color: '#A1B276'

red 161 ◦ green 178 ◦ blue 118

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

Shades of Olivine #A1B276

Tints of Olivine #A1B276

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.95%

 BLUE value IS 118 (46.48% from 255) = 25.82%

R = 35.23%
G = 38.95%
B = 25.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#A1B276 (or 0xA1B276) is known color: Olivine. HEX triplet: A1, B2 and 76. RGB value is (161,178,118). Sum of RGB (Red+Green+Blue) = 161+178+118=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B276 is #5E4D89. Grayscale: #A6A6A6. Windows color (decimal): -6180234 or 7778977. OLE color: 7778977.

HSL color Cylindrical-coordinate representation of color #A1B276: hue angle of 77º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1B276 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 178 118 -
CMYK 0.10 0 0.34 0.30
HSL 77º 0.28% 0.58% -
HSV(B) 77º 0.34% 0.7% -
XYZ 33.89 40.73 23.21 -
YUV 166.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 161 178 118 0.10 0 0.34 0.30 77 0.28 0.58
Hex A1 B2 76 A 0 22 1E 4D 1C 3A
Octal 241 262 166 12 0 42 36 115 34 72
Binary 10100001 10110010 1110110 1010 0 100010 11110 1001101 11100 111010

Color Harmonies of #A1B276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B276

Black with #A1B276

Text Example


Text Example

White with #A1B276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B276; }

 p { color: rgb(161,178,118); }

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

background-color css

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

 a { background-color: rgb(161,178,118); }

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

border-color css

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

 span { border-color: rgb(161,178,118); }

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