Html Css Color HEX #A1B066 Green Smoke

📋 copy color: '#A1B066'

red 161 ◦ green 176 ◦ blue 102

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

Shades of Green Smoke #A1B066

Tints of Green Smoke #A1B066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.23%

R = 36.67%
G = 40.09%
B = 23.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#A1B066 (or 0xA1B066) is known color: Green Smoke. HEX triplet: A1, B0 and 66. RGB value is (161,176,102). Sum of RGB (Red+Green+Blue) = 161+176+102=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B066 is #5E4F99. Grayscale: #A3A3A3. Windows color (decimal): -6180762 or 6729889. OLE color: 6729889.

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

Color convert

RGB 161 176 102 -
CMYK 0.09 0 0.42 0.31
HSL 72.16º 0.32% 0.55% -
HSV(B) 72.16º 0.42% 0.69% -
XYZ 32.62 39.59 18.49 -
YUV 163.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 161 176 102 0.09 0 0.42 0.31 72.16 0.32 0.55
Hex A1 B0 66 9 0 2A 1F 48 20 37
Octal 241 260 146 11 0 52 37 110 40 67
Binary 10100001 10110000 1100110 1001 0 101010 11111 1001000 100000 110111

Color Harmonies of #A1B066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B066

Black with #A1B066

Text Example


Text Example

White with #A1B066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B066; }

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

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

background-color css

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

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

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

border-color css

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

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

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