Html Css Color HEX #A2B47F Olivine

📋 copy color: '#A2B47F'

red 162 ◦ green 180 ◦ blue 127

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

Shades of Olivine #A2B47F

Tints of Olivine #A2B47F

RGB

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

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

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

R = 34.54%
G = 38.38%
B = 27.08%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#A2B47F (or 0xA2B47F) is known color: Olivine. HEX triplet: A2, B4 and 7F. RGB value is (162,180,127). Sum of RGB (Red+Green+Blue) = 162+180+127=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B47F is #5D4B80. Grayscale: #A8A8A8. Windows color (decimal): -6114177 or 8369314. OLE color: 8369314.

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

Color convert

RGB 162 180 127 -
CMYK 0.1 0 0.29 0.29
HSL 80.38º 0.26% 0.6% -
HSV(B) 80.38º 0.29% 0.71% -
XYZ 35.05 41.86 26.31 -
YUV 168.58 104.54 123.31 -
System Red Green Blue C M Y K H S L
Decimal 162 180 127 0.1 0 0.29 0.29 80.38 0.26 0.6
Hex A2 B4 7F A 0 1D 1D 50 1A 3C
Octal 242 264 177 12 0 35 35 120 32 74
Binary 10100010 10110100 1111111 1010 0 11101 11101 1010000 11010 111100

Color Harmonies of #A2B47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B47F

Black with #A2B47F

Text Example


Text Example

White with #A2B47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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