Html Css Color HEX #A1B058 Green Smoke

📋 copy color: '#A1B058'

red 161 ◦ green 176 ◦ blue 88

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

Shades of Green Smoke #A1B058

Tints of Green Smoke #A1B058

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.41%

 BLUE value IS 88 (34.77% from 255) = 20.71%

R = 37.88%
G = 41.41%
B = 20.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#A1B058 (or 0xA1B058) is known color: Green Smoke. HEX triplet: A1, B0 and 58. RGB value is (161,176,88). Sum of RGB (Red+Green+Blue) = 161+176+88=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B058 is #5E4FA7. Grayscale: #A1A1A1. Windows color (decimal): -6180776 or 5812385. OLE color: 5812385.

HSL color Cylindrical-coordinate representation of color #A1B058: hue angle of 70.23º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1B058 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 176 88 -
CMYK 0.09 0 0.50 0.31
HSL 70.23º 0.36% 0.52% -
HSV(B) 70.23º 0.5% 0.69% -
XYZ 31.98 39.33 15.14 -
YUV 161.48 86.53 127.66 -
System Red Green Blue C M Y K H S L
Decimal 161 176 88 0.09 0 0.50 0.31 70.23 0.36 0.52
Hex A1 B0 58 9 0 32 1F 46 24 34
Octal 241 260 130 11 0 62 37 106 44 64
Binary 10100001 10110000 1011000 1001 0 110010 11111 1000110 100100 110100

Color Harmonies of #A1B058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B058

Black with #A1B058

Text Example


Text Example

White with #A1B058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B058; }

 p { color: rgb(161,176,88); }

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

background-color css

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

 a { background-color: rgb(161,176,88); }

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

border-color css

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

 span { border-color: rgb(161,176,88); }

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