Html Css Color HEX #A2B57A Olivine

📋 copy color: '#A2B57A'

red 162 ◦ green 181 ◦ blue 122

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

Shades of Olivine #A2B57A

Tints of Olivine #A2B57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.24%

R = 34.84%
G = 38.92%
B = 26.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#A2B57A (or 0xA2B57A) is known color: Olivine. HEX triplet: A2, B5 and 7A. RGB value is (162,181,122). Sum of RGB (Red+Green+Blue) = 162+181+122=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B57A is #5D4A85. Grayscale: #A8A8A8. Windows color (decimal): -6113926 or 8041890. OLE color: 8041890.

HSL color Cylindrical-coordinate representation of color #A2B57A: hue angle of 79.32º degrees, saturation: 0.29, 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 #A2B57A is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 181 122 -
CMYK 0.10 0 0.33 0.29
HSL 79.32º 0.29% 0.59% -
HSV(B) 79.32º 0.33% 0.71% -
XYZ 34.94 42.13 24.7 -
YUV 168.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 162 181 122 0.10 0 0.33 0.29 79.32 0.29 0.59
Hex A2 B5 7A A 0 21 1D 4F 1D 3B
Octal 242 265 172 12 0 41 35 117 35 73
Binary 10100010 10110101 1111010 1010 0 100001 11101 1001111 11101 111011

Color Harmonies of #A2B57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B57A

Black with #A2B57A

Text Example


Text Example

White with #A2B57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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