Html Css Color HEX #A0B566 Green Smoke

📋 copy color: '#A0B566'

red 160 ◦ green 181 ◦ blue 102

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

Shades of Green Smoke #A0B566

Tints of Green Smoke #A0B566

RGB

 RED value IS 160 (62.89% from 255) = 36.12%

 GREEN value IS 181 (71.09% from 255) = 40.86%

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

R = 36.12%
G = 40.86%
B = 23.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#A0B566 (or 0xA0B566) is known color: Green Smoke. HEX triplet: A0, B5 and 66. RGB value is (160,181,102). Sum of RGB (Red+Green+Blue) = 160+181+102=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B566 is #5F4A99. Grayscale: #A6A6A6. Windows color (decimal): -6245018 or 6731168. OLE color: 6731168.

HSL color Cylindrical-coordinate representation of color #A0B566: hue angle of 75.95º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0B566 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 181 102 -
CMYK 0.12 0 0.44 0.29
HSL 75.95º 0.35% 0.55% -
HSV(B) 75.95º 0.44% 0.71% -
XYZ 33.42 41.48 18.82 -
YUV 165.72 92.04 123.92 -
System Red Green Blue C M Y K H S L
Decimal 160 181 102 0.12 0 0.44 0.29 75.95 0.35 0.55
Hex A0 B5 66 C 0 2C 1D 4C 23 37
Octal 240 265 146 14 0 54 35 114 43 67
Binary 10100000 10110101 1100110 1100 0 101100 11101 1001100 100011 110111

Color Harmonies of #A0B566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B566

Black with #A0B566

Text Example


Text Example

White with #A0B566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B566; }

 p { color: rgb(160,181,102); }

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

background-color css

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

 a { background-color: rgb(160,181,102); }

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

border-color css

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

 span { border-color: rgb(160,181,102); }

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