Html Css Color HEX #A3BC6D Olivine

📋 copy color: '#A3BC6D'

red 163 ◦ green 188 ◦ blue 109

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

Shades of Olivine #A3BC6D

Tints of Olivine #A3BC6D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.87%

 BLUE value IS 109 (42.97% from 255) = 23.7%

R = 35.43%
G = 40.87%
B = 23.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#A3BC6D (or 0xA3BC6D) is known color: Olivine. HEX triplet: A3, BC and 6D. RGB value is (163,188,109). Sum of RGB (Red+Green+Blue) = 163+188+109=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC6D is #5C4392. Grayscale: #ABABAB. Windows color (decimal): -6046611 or 7191715. OLE color: 7191715.

HSL color Cylindrical-coordinate representation of color #A3BC6D: hue angle of 78.99º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3BC6D is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 109 -
CMYK 0.13 0 0.42 0.26
HSL 78.99º 0.37% 0.58% -
HSV(B) 78.99º 0.42% 0.74% -
XYZ 35.85 44.86 21.24 -
YUV 171.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 163 188 109 0.13 0 0.42 0.26 78.99 0.37 0.58
Hex A3 BC 6D D 0 2A 1A 4F 25 3A
Octal 243 274 155 15 0 52 32 117 45 72
Binary 10100011 10111100 1101101 1101 0 101010 11010 1001111 100101 111010

Color Harmonies of #A3BC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC6D

Black with #A3BC6D

Text Example


Text Example

White with #A3BC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC6D; }

 p { color: rgb(163,188,109); }

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

background-color css

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

 a { background-color: rgb(163,188,109); }

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

border-color css

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

 span { border-color: rgb(163,188,109); }

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