Html Css Color HEX #A3B872 Olivine

📋 copy color: '#A3B872'

red 163 ◦ green 184 ◦ blue 114

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

Shades of Olivine #A3B872

Tints of Olivine #A3B872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.91%

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

R = 35.36%
G = 39.91%
B = 24.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#A3B872 (or 0xA3B872) is known color: Olivine. HEX triplet: A3, B8 and 72. RGB value is (163,184,114). Sum of RGB (Red+Green+Blue) = 163+184+114=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B872 is #5C478D. Grayscale: #A9A9A9. Windows color (decimal): -6047630 or 7518371. OLE color: 7518371.

HSL color Cylindrical-coordinate representation of color #A3B872: hue angle of 78º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3B872 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 184 114 -
CMYK 0.11 0 0.38 0.28
HSL 78º 0.33% 0.58% -
HSV(B) 78º 0.38% 0.72% -
XYZ 35.28 43.28 22.41 -
YUV 169.74 96.54 123.19 -
System Red Green Blue C M Y K H S L
Decimal 163 184 114 0.11 0 0.38 0.28 78 0.33 0.58
Hex A3 B8 72 B 0 26 1C 4E 21 3A
Octal 243 270 162 13 0 46 34 116 41 72
Binary 10100011 10111000 1110010 1011 0 100110 11100 1001110 100001 111010

Color Harmonies of #A3B872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B872

Black with #A3B872

Text Example


Text Example

White with #A3B872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B872; }

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

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

background-color css

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

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

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

border-color css

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

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

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