Html Css Color HEX #A2B962 Green Smoke

📋 copy color: '#A2B962'

red 162 ◦ green 185 ◦ blue 98

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

Shades of Green Smoke #A2B962

Tints of Green Smoke #A2B962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.02%

R = 36.4%
G = 41.57%
B = 22.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#A2B962 (or 0xA2B962) is known color: Green Smoke. HEX triplet: A2, B9 and 62. RGB value is (162,185,98). Sum of RGB (Red+Green+Blue) = 162+185+98=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B962 is #5D469D. Grayscale: #A8A8A8. Windows color (decimal): -6112926 or 6470050. OLE color: 6470050.

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

Color convert

RGB 162 185 98 -
CMYK 0.12 0 0.47 0.27
HSL 75.86º 0.38% 0.55% -
HSV(B) 75.86º 0.47% 0.73% -
XYZ 34.45 43.26 18.09 -
YUV 168.21 88.38 123.57 -
System Red Green Blue C M Y K H S L
Decimal 162 185 98 0.12 0 0.47 0.27 75.86 0.38 0.55
Hex A2 B9 62 C 0 2F 1B 4C 26 37
Octal 242 271 142 14 0 57 33 114 46 67
Binary 10100010 10111001 1100010 1100 0 101111 11011 1001100 100110 110111

Color Harmonies of #A2B962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B962

Black with #A2B962

Text Example


Text Example

White with #A2B962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B962; }

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

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

background-color css

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

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

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

border-color css

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

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

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