Html Css Color HEX #A1B75A Green Smoke

📋 copy color: '#A1B75A'

red 161 ◦ green 183 ◦ blue 90

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

Shades of Green Smoke #A1B75A

Tints of Green Smoke #A1B75A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.17%

 BLUE value IS 90 (35.55% from 255) = 20.74%

R = 37.1%
G = 42.17%
B = 20.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#A1B75A (or 0xA1B75A) is known color: Green Smoke. HEX triplet: A1, B7 and 5A. RGB value is (161,183,90). Sum of RGB (Red+Green+Blue) = 161+183+90=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B75A is #5E48A5. Grayscale: #A6A6A6. Windows color (decimal): -6178982 or 5945249. OLE color: 5945249.

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

Color convert

RGB 161 183 90 -
CMYK 0.12 0 0.51 0.28
HSL 74.19º 0.39% 0.54% -
HSV(B) 74.19º 0.51% 0.72% -
XYZ 33.48 42.18 16.05 -
YUV 165.82 85.21 124.56 -
System Red Green Blue C M Y K H S L
Decimal 161 183 90 0.12 0 0.51 0.28 74.19 0.39 0.54
Hex A1 B7 5A C 0 33 1C 4A 27 36
Octal 241 267 132 14 0 63 34 112 47 66
Binary 10100001 10110111 1011010 1100 0 110011 11100 1001010 100111 110110

Color Harmonies of #A1B75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B75A

Black with #A1B75A

Text Example


Text Example

White with #A1B75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B75A; }

 p { color: rgb(161,183,90); }

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

background-color css

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

 a { background-color: rgb(161,183,90); }

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

border-color css

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

 span { border-color: rgb(161,183,90); }

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