Html Css Color HEX #A2B479 Olivine

📋 copy color: '#A2B479'

red 162 ◦ green 180 ◦ blue 121

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

Shades of Olivine #A2B479

Tints of Olivine #A2B479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.88%

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

R = 34.99%
G = 38.88%
B = 26.13%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#A2B479 (or 0xA2B479) is known color: Olivine. HEX triplet: A2, B4 and 79. RGB value is (162,180,121). Sum of RGB (Red+Green+Blue) = 162+180+121=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B479 is #5D4B86. Grayscale: #A8A8A8. Windows color (decimal): -6114183 or 7976098. OLE color: 7976098.

HSL color Cylindrical-coordinate representation of color #A2B479: hue angle of 78.31º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2B479 is Cyan = 0.1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 180 121 -
CMYK 0.1 0 0.33 0.29
HSL 78.31º 0.28% 0.59% -
HSV(B) 78.31º 0.33% 0.71% -
XYZ 34.67 41.7 24.31 -
YUV 167.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 162 180 121 0.1 0 0.33 0.29 78.31 0.28 0.59
Hex A2 B4 79 A 0 21 1D 4E 1C 3B
Octal 242 264 171 12 0 41 35 116 34 73
Binary 10100010 10110100 1111001 1010 0 100001 11101 1001110 11100 111011

Color Harmonies of #A2B479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B479

Black with #A2B479

Text Example


Text Example

White with #A2B479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B479; }

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

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

background-color css

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

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

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

border-color css

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

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

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