Html Css Color HEX #A3B472 Olivine

📋 copy color: '#A3B472'

red 163 ◦ green 180 ◦ blue 114

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

Shades of Olivine #A3B472

Tints of Olivine #A3B472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.95%

R = 35.67%
G = 39.39%
B = 24.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#A3B472 (or 0xA3B472) is known color: Olivine. HEX triplet: A3, B4 and 72. RGB value is (163,180,114). Sum of RGB (Red+Green+Blue) = 163+180+114=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B472 is #5C4B8D. Grayscale: #A7A7A7. Windows color (decimal): -6048654 or 7517347. OLE color: 7517347.

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

Color convert

RGB 163 180 114 -
CMYK 0.09 0 0.37 0.29
HSL 75.45º 0.31% 0.58% -
HSV(B) 75.45º 0.37% 0.71% -
XYZ 34.46 41.64 22.14 -
YUV 167.39 97.87 124.87 -
System Red Green Blue C M Y K H S L
Decimal 163 180 114 0.09 0 0.37 0.29 75.45 0.31 0.58
Hex A3 B4 72 9 0 25 1D 4B 1F 3A
Octal 243 264 162 11 0 45 35 113 37 72
Binary 10100011 10110100 1110010 1001 0 100101 11101 1001011 11111 111010

Color Harmonies of #A3B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B472

Black with #A3B472

Text Example


Text Example

White with #A3B472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B472; }

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

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

background-color css

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

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

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

border-color css

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

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

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