Html Css Color HEX #A1B855 Green Smoke

📋 copy color: '#A1B855'

red 161 ◦ green 184 ◦ blue 85

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

Shades of Green Smoke #A1B855

Tints of Green Smoke #A1B855

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.79%

 BLUE value IS 85 (33.59% from 255) = 19.77%

R = 37.44%
G = 42.79%
B = 19.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#A1B855 (or 0xA1B855) is known color: Green Smoke. HEX triplet: A1, B8 and 55. RGB value is (161,184,85). Sum of RGB (Red+Green+Blue) = 161+184+85=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B855 is #5E47AA. Grayscale: #A6A6A6. Windows color (decimal): -6178731 or 5617825. OLE color: 5617825.

HSL color Cylindrical-coordinate representation of color #A1B855: hue angle of 73.94º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1B855 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 184 85 -
CMYK 0.12 0 0.54 0.28
HSL 73.94º 0.41% 0.53% -
HSV(B) 73.94º 0.54% 0.72% -
XYZ 33.48 42.51 15.04 -
YUV 165.84 82.38 124.55 -
System Red Green Blue C M Y K H S L
Decimal 161 184 85 0.12 0 0.54 0.28 73.94 0.41 0.53
Hex A1 B8 55 C 0 36 1C 4A 29 35
Octal 241 270 125 14 0 66 34 112 51 65
Binary 10100001 10111000 1010101 1100 0 110110 11100 1001010 101001 110101

Color Harmonies of #A1B855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B855

Black with #A1B855

Text Example


Text Example

White with #A1B855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B855; }

 p { color: rgb(161,184,85); }

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

background-color css

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

 a { background-color: rgb(161,184,85); }

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

border-color css

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

 span { border-color: rgb(161,184,85); }

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