Html Css Color HEX #A3B47B Olivine

📋 copy color: '#A3B47B'

red 163 ◦ green 180 ◦ blue 123

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

Shades of Olivine #A3B47B

Tints of Olivine #A3B47B

RGB

 RED value IS 163 (64.06% from 255) = 34.98%

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

 BLUE value IS 123 (48.44% from 255) = 26.39%

R = 34.98%
G = 38.63%
B = 26.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#A3B47B (or 0xA3B47B) is known color: Olivine. HEX triplet: A3, B4 and 7B. RGB value is (163,180,123). Sum of RGB (Red+Green+Blue) = 163+180+123=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B47B is #5C4B84. Grayscale: #A8A8A8. Windows color (decimal): -6048645 or 8107171. OLE color: 8107171.

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

Color convert

RGB 163 180 123 -
CMYK 0.09 0 0.32 0.29
HSL 77.89º 0.28% 0.59% -
HSV(B) 77.89º 0.32% 0.71% -
XYZ 35 41.86 24.97 -
YUV 168.42 102.37 124.13 -
System Red Green Blue C M Y K H S L
Decimal 163 180 123 0.09 0 0.32 0.29 77.89 0.28 0.59
Hex A3 B4 7B 9 0 20 1D 4E 1C 3B
Octal 243 264 173 11 0 40 35 116 34 73
Binary 10100011 10110100 1111011 1001 0 100000 11101 1001110 11100 111011

Color Harmonies of #A3B47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B47B

Black with #A3B47B

Text Example


Text Example

White with #A3B47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B47B; }

 p { color: rgb(163,180,123); }

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

background-color css

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

 a { background-color: rgb(163,180,123); }

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

border-color css

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

 span { border-color: rgb(163,180,123); }

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