Html Css Color HEX #A2B963 Green Smoke

📋 copy color: '#A2B963'

red 162 ◦ green 185 ◦ blue 99

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

Shades of Green Smoke #A2B963

Tints of Green Smoke #A2B963

RGB

 RED value IS 162 (63.67% from 255) = 36.32%

 GREEN value IS 185 (72.66% from 255) = 41.48%

 BLUE value IS 99 (39.06% from 255) = 22.2%

R = 36.32%
G = 41.48%
B = 22.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#A2B963 (or 0xA2B963) is known color: Green Smoke. HEX triplet: A2, B9 and 63. RGB value is (162,185,99). Sum of RGB (Red+Green+Blue) = 162+185+99=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B963 is #5D469C. Grayscale: #A8A8A8. Windows color (decimal): -6112925 or 6535586. OLE color: 6535586.

HSL color Cylindrical-coordinate representation of color #A2B963: hue angle of 76.05º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2B963 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 99 -
CMYK 0.12 0 0.46 0.27
HSL 76.05º 0.38% 0.56% -
HSV(B) 76.05º 0.46% 0.73% -
XYZ 34.5 43.28 18.34 -
YUV 168.32 88.88 123.49 -
System Red Green Blue C M Y K H S L
Decimal 162 185 99 0.12 0 0.46 0.27 76.05 0.38 0.56
Hex A2 B9 63 C 0 2E 1B 4C 26 38
Octal 242 271 143 14 0 56 33 114 46 70
Binary 10100010 10111001 1100011 1100 0 101110 11011 1001100 100110 111000

Color Harmonies of #A2B963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B963

Black with #A2B963

Text Example


Text Example

White with #A2B963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B963; }

 p { color: rgb(162,185,99); }

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

background-color css

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

 a { background-color: rgb(162,185,99); }

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

border-color css

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

 span { border-color: rgb(162,185,99); }

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