Html Css Color HEX #A1B256 Green Smoke

📋 copy color: '#A1B256'

red 161 ◦ green 178 ◦ blue 86

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

Shades of Green Smoke #A1B256

Tints of Green Smoke #A1B256

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.88%

 BLUE value IS 86 (33.98% from 255) = 20.24%

R = 37.88%
G = 41.88%
B = 20.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#A1B256 (or 0xA1B256) is known color: Green Smoke. HEX triplet: A1, B2 and 56. RGB value is (161,178,86). Sum of RGB (Red+Green+Blue) = 161+178+86=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B256 is #5E4DA9. Grayscale: #A2A2A2. Windows color (decimal): -6180266 or 5681825. OLE color: 5681825.

HSL color Cylindrical-coordinate representation of color #A1B256: hue angle of 71.09º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1B256 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 178 86 -
CMYK 0.10 0 0.52 0.30
HSL 71.09º 0.37% 0.52% -
HSV(B) 71.09º 0.52% 0.7% -
XYZ 32.3 40.09 14.84 -
YUV 162.43 84.87 126.98 -
System Red Green Blue C M Y K H S L
Decimal 161 178 86 0.10 0 0.52 0.30 71.09 0.37 0.52
Hex A1 B2 56 A 0 34 1E 47 25 34
Octal 241 262 126 12 0 64 36 107 45 64
Binary 10100001 10110010 1010110 1010 0 110100 11110 1000111 100101 110100

Color Harmonies of #A1B256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B256

Black with #A1B256

Text Example


Text Example

White with #A1B256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B256; }

 p { color: rgb(161,178,86); }

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

background-color css

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

 a { background-color: rgb(161,178,86); }

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

border-color css

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

 span { border-color: rgb(161,178,86); }

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