Html Css Color HEX #A3B474 Olivine

📋 copy color: '#A3B474'

red 163 ◦ green 180 ◦ blue 116

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

Shades of Olivine #A3B474

Tints of Olivine #A3B474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.27%

R = 35.51%
G = 39.22%
B = 25.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#A3B474 (or 0xA3B474) is known color: Olivine. HEX triplet: A3, B4 and 74. RGB value is (163,180,116). Sum of RGB (Red+Green+Blue) = 163+180+116=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B474 is #5C4B8B. Grayscale: #A7A7A7. Windows color (decimal): -6048652 or 7648419. OLE color: 7648419.

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

Color convert

RGB 163 180 116 -
CMYK 0.09 0 0.36 0.29
HSL 75.94º 0.3% 0.58% -
HSV(B) 75.94º 0.36% 0.71% -
XYZ 34.58 41.69 22.75 -
YUV 167.62 98.87 124.7 -
System Red Green Blue C M Y K H S L
Decimal 163 180 116 0.09 0 0.36 0.29 75.94 0.3 0.58
Hex A3 B4 74 9 0 24 1D 4C 1E 3A
Octal 243 264 164 11 0 44 35 114 36 72
Binary 10100011 10110100 1110100 1001 0 100100 11101 1001100 11110 111010

Color Harmonies of #A3B474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B474

Black with #A3B474

Text Example


Text Example

White with #A3B474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B474; }

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

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

background-color css

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

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

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

border-color css

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

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

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