Html Css Color HEX #A1B555 Green Smoke

📋 copy color: '#A1B555'

red 161 ◦ green 181 ◦ blue 85

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

Shades of Green Smoke #A1B555

Tints of Green Smoke #A1B555

RGB

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

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

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

R = 37.7%
G = 42.39%
B = 19.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#A1B555 (or 0xA1B555) is known color: Green Smoke. HEX triplet: A1, B5 and 55. RGB value is (161,181,85). Sum of RGB (Red+Green+Blue) = 161+181+85=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B555 is #5E4AAA. Grayscale: #A4A4A4. Windows color (decimal): -6179499 or 5617057. OLE color: 5617057.

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

Color convert

RGB 161 181 85 -
CMYK 0.11 0 0.53 0.29
HSL 72.5º 0.39% 0.52% -
HSV(B) 72.5º 0.53% 0.71% -
XYZ 32.86 41.28 14.83 -
YUV 164.08 83.37 125.81 -
System Red Green Blue C M Y K H S L
Decimal 161 181 85 0.11 0 0.53 0.29 72.5 0.39 0.52
Hex A1 B5 55 B 0 35 1D 48 27 34
Octal 241 265 125 13 0 65 35 110 47 64
Binary 10100001 10110101 1010101 1011 0 110101 11101 1001000 100111 110100

Color Harmonies of #A1B555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B555

Black with #A1B555

Text Example


Text Example

White with #A1B555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B555; }

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

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

background-color css

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

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

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

border-color css

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

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

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