Html Css Color HEX #A0B662 Green Smoke

📋 copy color: '#A0B662'

red 160 ◦ green 182 ◦ blue 98

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

Shades of Green Smoke #A0B662

Tints of Green Smoke #A0B662

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.36%

 BLUE value IS 98 (38.67% from 255) = 22.27%

R = 36.36%
G = 41.36%
B = 22.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#A0B662 (or 0xA0B662) is known color: Green Smoke. HEX triplet: A0, B6 and 62. RGB value is (160,182,98). Sum of RGB (Red+Green+Blue) = 160+182+98=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B662 is #5F499D. Grayscale: #A6A6A6. Windows color (decimal): -6244766 or 6469280. OLE color: 6469280.

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

Color convert

RGB 160 182 98 -
CMYK 0.12 0 0.46 0.29
HSL 75.71º 0.37% 0.55% -
HSV(B) 75.71º 0.46% 0.71% -
XYZ 33.43 41.81 17.86 -
YUV 165.85 89.71 123.83 -
System Red Green Blue C M Y K H S L
Decimal 160 182 98 0.12 0 0.46 0.29 75.71 0.37 0.55
Hex A0 B6 62 C 0 2E 1D 4C 25 37
Octal 240 266 142 14 0 56 35 114 45 67
Binary 10100000 10110110 1100010 1100 0 101110 11101 1001100 100101 110111

Color Harmonies of #A0B662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B662

Black with #A0B662

Text Example


Text Example

White with #A0B662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B662; }

 p { color: rgb(160,182,98); }

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

background-color css

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

 a { background-color: rgb(160,182,98); }

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

border-color css

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

 span { border-color: rgb(160,182,98); }

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