Html Css Color HEX #A1B560 Green Smoke

📋 copy color: '#A1B560'

red 161 ◦ green 181 ◦ blue 96

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

Shades of Green Smoke #A1B560

Tints of Green Smoke #A1B560

RGB

 RED value IS 161 (63.28% from 255) = 36.76%

 GREEN value IS 181 (71.09% from 255) = 41.32%

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

R = 36.76%
G = 41.32%
B = 21.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#A1B560 (or 0xA1B560) is known color: Green Smoke. HEX triplet: A1, B5 and 60. RGB value is (161,181,96). Sum of RGB (Red+Green+Blue) = 161+181+96=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B560 is #5E4A9F. Grayscale: #A5A5A5. Windows color (decimal): -6179488 or 6337953. OLE color: 6337953.

HSL color Cylindrical-coordinate representation of color #A1B560: hue angle of 74.12º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1B560 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 181 96 -
CMYK 0.11 0 0.47 0.29
HSL 74.12º 0.36% 0.54% -
HSV(B) 74.12º 0.47% 0.71% -
XYZ 33.33 41.47 17.31 -
YUV 165.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 161 181 96 0.11 0 0.47 0.29 74.12 0.36 0.54
Hex A1 B5 60 B 0 2F 1D 4A 24 36
Octal 241 265 140 13 0 57 35 112 44 66
Binary 10100001 10110101 1100000 1011 0 101111 11101 1001010 100100 110110

Color Harmonies of #A1B560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B560

Black with #A1B560

Text Example


Text Example

White with #A1B560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B560; }

 p { color: rgb(161,181,96); }

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

background-color css

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

 a { background-color: rgb(161,181,96); }

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

border-color css

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

 span { border-color: rgb(161,181,96); }

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