Html Css Color HEX #A3BC60 Green Smoke

📋 copy color: '#A3BC60'

red 163 ◦ green 188 ◦ blue 96

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

Shades of Green Smoke #A3BC60

Tints of Green Smoke #A3BC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.48%

R = 36.47%
G = 42.06%
B = 21.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#A3BC60 (or 0xA3BC60) is known color: Green Smoke. HEX triplet: A3, BC and 60. RGB value is (163,188,96). Sum of RGB (Red+Green+Blue) = 163+188+96=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC60 is #5C439F. Grayscale: #AAAAAA. Windows color (decimal): -6046624 or 6339747. OLE color: 6339747.

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

Color convert

RGB 163 188 96 -
CMYK 0.13 0 0.49 0.26
HSL 76.3º 0.41% 0.56% -
HSV(B) 76.3º 0.49% 0.74% -
XYZ 35.2 44.6 17.82 -
YUV 170.04 86.22 122.98 -
System Red Green Blue C M Y K H S L
Decimal 163 188 96 0.13 0 0.49 0.26 76.3 0.41 0.56
Hex A3 BC 60 D 0 31 1A 4C 29 38
Octal 243 274 140 15 0 61 32 114 51 70
Binary 10100011 10111100 1100000 1101 0 110001 11010 1001100 101001 111000

Color Harmonies of #A3BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC60

Black with #A3BC60

Text Example


Text Example

White with #A3BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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