Html Css Color HEX #A2BA5F Green Smoke

📋 copy color: '#A2BA5F'

red 162 ◦ green 186 ◦ blue 95

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

Shades of Green Smoke #A2BA5F

Tints of Green Smoke #A2BA5F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.99%

 BLUE value IS 95 (37.5% from 255) = 21.44%

R = 36.57%
G = 41.99%
B = 21.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#A2BA5F (or 0xA2BA5F) is known color: Green Smoke. HEX triplet: A2, BA and 5F. RGB value is (162,186,95). Sum of RGB (Red+Green+Blue) = 162+186+95=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA5F is #5D45A0. Grayscale: #A8A8A8. Windows color (decimal): -6112673 or 6273698. OLE color: 6273698.

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

Color convert

RGB 162 186 95 -
CMYK 0.13 0 0.49 0.27
HSL 75.82º 0.4% 0.55% -
HSV(B) 75.82º 0.49% 0.73% -
XYZ 34.52 43.63 17.43 -
YUV 168.45 86.55 123.4 -
System Red Green Blue C M Y K H S L
Decimal 162 186 95 0.13 0 0.49 0.27 75.82 0.4 0.55
Hex A2 BA 5F D 0 31 1B 4C 28 37
Octal 242 272 137 15 0 61 33 114 50 67
Binary 10100010 10111010 1011111 1101 0 110001 11011 1001100 101000 110111

Color Harmonies of #A2BA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BA5F

Black with #A2BA5F

Text Example


Text Example

White with #A2BA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BA5F; }

 p { color: rgb(162,186,95); }

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

background-color css

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

 a { background-color: rgb(162,186,95); }

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

border-color css

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

 span { border-color: rgb(162,186,95); }

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