Html Css Color HEX #A2B179 Olivine

📋 copy color: '#A2B179'

red 162 ◦ green 177 ◦ blue 121

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

Shades of Olivine #A2B179

Tints of Olivine #A2B179

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.48%

 BLUE value IS 121 (47.66% from 255) = 26.3%

R = 35.22%
G = 38.48%
B = 26.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#A2B179 (or 0xA2B179) is known color: Olivine. HEX triplet: A2, B1 and 79. RGB value is (162,177,121). Sum of RGB (Red+Green+Blue) = 162+177+121=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B179 is #5D4E86. Grayscale: #A6A6A6. Windows color (decimal): -6114951 or 7975330. OLE color: 7975330.

HSL color Cylindrical-coordinate representation of color #A2B179: hue angle of 76.07º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2B179 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 177 121 -
CMYK 0.08 0 0.32 0.31
HSL 76.07º 0.26% 0.58% -
HSV(B) 76.07º 0.32% 0.69% -
XYZ 34.07 40.51 24.11 -
YUV 166.13 102.53 125.05 -
System Red Green Blue C M Y K H S L
Decimal 162 177 121 0.08 0 0.32 0.31 76.07 0.26 0.58
Hex A2 B1 79 8 0 20 1F 4C 1A 3A
Octal 242 261 171 10 0 40 37 114 32 72
Binary 10100010 10110001 1111001 1000 0 100000 11111 1001100 11010 111010

Color Harmonies of #A2B179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B179

Black with #A2B179

Text Example


Text Example

White with #A2B179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B179; }

 p { color: rgb(162,177,121); }

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

background-color css

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

 a { background-color: rgb(162,177,121); }

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

border-color css

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

 span { border-color: rgb(162,177,121); }

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