Html Css Color HEX #A2B379 Olivine

📋 copy color: '#A2B379'

red 162 ◦ green 179 ◦ blue 121

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

Shades of Olivine #A2B379

Tints of Olivine #A2B379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.74%

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

R = 35.06%
G = 38.74%
B = 26.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#A2B379 (or 0xA2B379) is known color: Olivine. HEX triplet: A2, B3 and 79. RGB value is (162,179,121). Sum of RGB (Red+Green+Blue) = 162+179+121=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B379 is #5D4C86. Grayscale: #A7A7A7. Windows color (decimal): -6114439 or 7975842. OLE color: 7975842.

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

Color convert

RGB 162 179 121 -
CMYK 0.09 0 0.32 0.30
HSL 77.59º 0.28% 0.59% -
HSV(B) 77.59º 0.32% 0.7% -
XYZ 34.47 41.3 24.24 -
YUV 167.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 162 179 121 0.09 0 0.32 0.30 77.59 0.28 0.59
Hex A2 B3 79 9 0 20 1E 4E 1C 3B
Octal 242 263 171 11 0 40 36 116 34 73
Binary 10100010 10110011 1111001 1001 0 100000 11110 1001110 11100 111011

Color Harmonies of #A2B379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B379

Black with #A2B379

Text Example


Text Example

White with #A2B379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B379; }

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

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

background-color css

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

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

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

border-color css

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

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

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