Html Css Color HEX #A2B279 Olivine

📋 copy color: '#A2B279'

red 162 ◦ green 178 ◦ blue 121

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

Shades of Olivine #A2B279

Tints of Olivine #A2B279

RGB

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

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

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

R = 35.14%
G = 38.61%
B = 26.25%

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

#A2B279 (or 0xA2B279) is known color: Olivine. HEX triplet: A2, B2 and 79. RGB value is (162,178,121). Sum of RGB (Red+Green+Blue) = 162+178+121=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B279 is #5D4D86. Grayscale: #A6A6A6. Windows color (decimal): -6114695 or 7975586. OLE color: 7975586.

HSL color Cylindrical-coordinate representation of color #A2B279: hue angle of 76.84º degrees, saturation: 0.27, 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 #A2B279 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 178 121 -
CMYK 0.09 0 0.32 0.30
HSL 76.84º 0.27% 0.59% -
HSV(B) 76.84º 0.32% 0.7% -
XYZ 34.27 40.9 24.18 -
YUV 166.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 162 178 121 0.09 0 0.32 0.30 76.84 0.27 0.59
Hex A2 B2 79 9 0 20 1E 4D 1B 3B
Octal 242 262 171 11 0 40 36 115 33 73
Binary 10100010 10110010 1111001 1001 0 100000 11110 1001101 11011 111011

Color Harmonies of #A2B279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B279

Black with #A2B279

Text Example


Text Example

White with #A2B279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B279; }

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

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

background-color css

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

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

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

border-color css

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

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

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