Html Css Color HEX #A3BC76 Olivine

📋 copy color: '#A3BC76'

red 163 ◦ green 188 ◦ blue 118

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

Shades of Olivine #A3BC76

Tints of Olivine #A3BC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.16%

R = 34.75%
G = 40.09%
B = 25.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#A3BC76 (or 0xA3BC76) is known color: Olivine. HEX triplet: A3, BC and 76. RGB value is (163,188,118). Sum of RGB (Red+Green+Blue) = 163+188+118=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC76 is #5C4389. Grayscale: #ACACAC. Windows color (decimal): -6046602 or 7781539. OLE color: 7781539.

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

Color convert

RGB 163 188 118 -
CMYK 0.13 0 0.37 0.26
HSL 81.43º 0.34% 0.6% -
HSV(B) 81.43º 0.37% 0.74% -
XYZ 36.36 45.06 23.92 -
YUV 172.55 97.22 121.19 -
System Red Green Blue C M Y K H S L
Decimal 163 188 118 0.13 0 0.37 0.26 81.43 0.34 0.6
Hex A3 BC 76 D 0 25 1A 51 22 3C
Octal 243 274 166 15 0 45 32 121 42 74
Binary 10100011 10111100 1110110 1101 0 100101 11010 1010001 100010 111100

Color Harmonies of #A3BC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC76

Black with #A3BC76

Text Example


Text Example

White with #A3BC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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