Html Css Color HEX #A1B75B Green Smoke

📋 copy color: '#A1B75B'

red 161 ◦ green 183 ◦ blue 91

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

Shades of Green Smoke #A1B75B

Tints of Green Smoke #A1B75B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.92%

R = 37.01%
G = 42.07%
B = 20.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#A1B75B (or 0xA1B75B) is known color: Green Smoke. HEX triplet: A1, B7 and 5B. RGB value is (161,183,91). Sum of RGB (Red+Green+Blue) = 161+183+91=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B75B is #5E48A4. Grayscale: #A6A6A6. Windows color (decimal): -6178981 or 6010785. OLE color: 6010785.

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

Color convert

RGB 161 183 91 -
CMYK 0.12 0 0.50 0.28
HSL 74.35º 0.39% 0.54% -
HSV(B) 74.35º 0.5% 0.72% -
XYZ 33.52 42.2 16.28 -
YUV 165.93 85.71 124.48 -
System Red Green Blue C M Y K H S L
Decimal 161 183 91 0.12 0 0.50 0.28 74.35 0.39 0.54
Hex A1 B7 5B C 0 32 1C 4A 27 36
Octal 241 267 133 14 0 62 34 112 47 66
Binary 10100001 10110111 1011011 1100 0 110010 11100 1001010 100111 110110

Color Harmonies of #A1B75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B75B

Black with #A1B75B

Text Example


Text Example

White with #A1B75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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