Html Css Color HEX #A2B570 Olivine

📋 copy color: '#A2B570'

red 162 ◦ green 181 ◦ blue 112

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

Shades of Olivine #A2B570

Tints of Olivine #A2B570

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.78%

 BLUE value IS 112 (44.14% from 255) = 24.62%

R = 35.6%
G = 39.78%
B = 24.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#A2B570 (or 0xA2B570) is known color: Olivine. HEX triplet: A2, B5 and 70. RGB value is (162,181,112). Sum of RGB (Red+Green+Blue) = 162+181+112=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B570 is #5D4A8F. Grayscale: #A7A7A7. Windows color (decimal): -6113936 or 7386530. OLE color: 7386530.

HSL color Cylindrical-coordinate representation of color #A2B570: hue angle of 76.52º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2B570 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 181 112 -
CMYK 0.10 0 0.38 0.29
HSL 76.52º 0.32% 0.57% -
HSV(B) 76.52º 0.38% 0.71% -
XYZ 34.35 41.9 21.61 -
YUV 167.45 96.71 124.11 -
System Red Green Blue C M Y K H S L
Decimal 162 181 112 0.10 0 0.38 0.29 76.52 0.32 0.57
Hex A2 B5 70 A 0 26 1D 4D 20 39
Octal 242 265 160 12 0 46 35 115 40 71
Binary 10100010 10110101 1110000 1010 0 100110 11101 1001101 100000 111001

Color Harmonies of #A2B570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B570

Black with #A2B570

Text Example


Text Example

White with #A2B570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B570; }

 p { color: rgb(162,181,112); }

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

background-color css

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

 a { background-color: rgb(162,181,112); }

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

border-color css

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

 span { border-color: rgb(162,181,112); }

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