Html Css Color HEX #A2B47D Olivine

📋 copy color: '#A2B47D'

red 162 ◦ green 180 ◦ blue 125

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

Shades of Olivine #A2B47D

Tints of Olivine #A2B47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.77%

R = 34.69%
G = 38.54%
B = 26.77%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#A2B47D (or 0xA2B47D) is known color: Olivine. HEX triplet: A2, B4 and 7D. RGB value is (162,180,125). Sum of RGB (Red+Green+Blue) = 162+180+125=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B47D is #5D4B82. Grayscale: #A8A8A8. Windows color (decimal): -6114179 or 8238242. OLE color: 8238242.

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

Color convert

RGB 162 180 125 -
CMYK 0.1 0 0.31 0.29
HSL 79.64º 0.27% 0.6% -
HSV(B) 79.64º 0.31% 0.71% -
XYZ 34.92 41.8 25.63 -
YUV 168.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 162 180 125 0.1 0 0.31 0.29 79.64 0.27 0.6
Hex A2 B4 7D A 0 1F 1D 50 1B 3C
Octal 242 264 175 12 0 37 35 120 33 74
Binary 10100010 10110100 1111101 1010 0 11111 11101 1010000 11011 111100

Color Harmonies of #A2B47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B47D

Black with #A2B47D

Text Example


Text Example

White with #A2B47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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