Html Css Color HEX #A2B57F Olivine

📋 copy color: '#A2B57F'

red 162 ◦ green 181 ◦ blue 127

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

Shades of Olivine #A2B57F

Tints of Olivine #A2B57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.02%

R = 34.47%
G = 38.51%
B = 27.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#A2B57F (or 0xA2B57F) is known color: Olivine. HEX triplet: A2, B5 and 7F. RGB value is (162,181,127). Sum of RGB (Red+Green+Blue) = 162+181+127=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B57F is #5D4A80. Grayscale: #A9A9A9. Windows color (decimal): -6113921 or 8369570. OLE color: 8369570.

HSL color Cylindrical-coordinate representation of color #A2B57F: hue angle of 81.11º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2B57F is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 181 127 -
CMYK 0.10 0 0.30 0.29
HSL 81.11º 0.27% 0.6% -
HSV(B) 81.11º 0.3% 0.71% -
XYZ 35.25 42.26 26.38 -
YUV 169.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 162 181 127 0.10 0 0.30 0.29 81.11 0.27 0.6
Hex A2 B5 7F A 0 1E 1D 51 1B 3C
Octal 242 265 177 12 0 36 35 121 33 74
Binary 10100010 10110101 1111111 1010 0 11110 11101 1010001 11011 111100

Color Harmonies of #A2B57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B57F

Black with #A2B57F

Text Example


Text Example

White with #A2B57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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