Html Css Color HEX #A1B04E Green Smoke

📋 copy color: '#A1B04E'

red 161 ◦ green 176 ◦ blue 78

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

Shades of Green Smoke #A1B04E

Tints of Green Smoke #A1B04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.8%

R = 38.8%
G = 42.41%
B = 18.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#A1B04E (or 0xA1B04E) is known color: Green Smoke. HEX triplet: A1, B0 and 4E. RGB value is (161,176,78). Sum of RGB (Red+Green+Blue) = 161+176+78=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B04E is #5E4FB1. Grayscale: #A0A0A0. Windows color (decimal): -6180786 or 5157025. OLE color: 5157025.

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

Color convert

RGB 161 176 78 -
CMYK 0.09 0 0.56 0.31
HSL 69.18º 0.39% 0.5% -
HSV(B) 69.18º 0.56% 0.69% -
XYZ 31.6 39.18 13.1 -
YUV 160.34 81.53 128.47 -
System Red Green Blue C M Y K H S L
Decimal 161 176 78 0.09 0 0.56 0.31 69.18 0.39 0.5
Hex A1 B0 4E 9 0 38 1F 45 27 32
Octal 241 260 116 11 0 70 37 105 47 62
Binary 10100001 10110000 1001110 1001 0 111000 11111 1000101 100111 110010

Color Harmonies of #A1B04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B04E

Black with #A1B04E

Text Example


Text Example

White with #A1B04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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