Html Css Color HEX #A2BA5B Green Smoke

📋 copy color: '#A2BA5B'

red 162 ◦ green 186 ◦ blue 91

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

Shades of Green Smoke #A2BA5B

Tints of Green Smoke #A2BA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.73%

R = 36.9%
G = 42.37%
B = 20.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#A2BA5B (or 0xA2BA5B) is known color: Green Smoke. HEX triplet: A2, BA and 5B. RGB value is (162,186,91). Sum of RGB (Red+Green+Blue) = 162+186+91=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA5B is #5D45A4. Grayscale: #A8A8A8. Windows color (decimal): -6112677 or 6011554. OLE color: 6011554.

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

Color convert

RGB 162 186 91 -
CMYK 0.13 0 0.51 0.27
HSL 75.16º 0.41% 0.54% -
HSV(B) 75.16º 0.51% 0.73% -
XYZ 34.35 43.55 16.49 -
YUV 167.99 84.55 123.72 -
System Red Green Blue C M Y K H S L
Decimal 162 186 91 0.13 0 0.51 0.27 75.16 0.41 0.54
Hex A2 BA 5B D 0 33 1B 4B 29 36
Octal 242 272 133 15 0 63 33 113 51 66
Binary 10100010 10111010 1011011 1101 0 110011 11011 1001011 101001 110110

Color Harmonies of #A2BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BA5B

Black with #A2BA5B

Text Example


Text Example

White with #A2BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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