Html Css Color HEX #A0B859 Green Smoke

📋 copy color: '#A0B859'

red 160 ◦ green 184 ◦ blue 89

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

Shades of Green Smoke #A0B859

Tints of Green Smoke #A0B859

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.49%

 BLUE value IS 89 (35.16% from 255) = 20.55%

R = 36.95%
G = 42.49%
B = 20.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#A0B859 (or 0xA0B859) is known color: Green Smoke. HEX triplet: A0, B8 and 59. RGB value is (160,184,89). Sum of RGB (Red+Green+Blue) = 160+184+89=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B859 is #5F47A6. Grayscale: #A6A6A6. Windows color (decimal): -6244263 or 5879968. OLE color: 5879968.

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

Color convert

RGB 160 184 89 -
CMYK 0.13 0 0.52 0.28
HSL 75.16º 0.4% 0.54% -
HSV(B) 75.16º 0.52% 0.72% -
XYZ 33.44 42.48 15.89 -
YUV 165.99 84.55 123.72 -
System Red Green Blue C M Y K H S L
Decimal 160 184 89 0.13 0 0.52 0.28 75.16 0.4 0.54
Hex A0 B8 59 D 0 34 1C 4B 28 36
Octal 240 270 131 15 0 64 34 113 50 66
Binary 10100000 10111000 1011001 1101 0 110100 11100 1001011 101000 110110

Color Harmonies of #A0B859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B859

Black with #A0B859

Text Example


Text Example

White with #A0B859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B859; }

 p { color: rgb(160,184,89); }

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

background-color css

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

 a { background-color: rgb(160,184,89); }

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

border-color css

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

 span { border-color: rgb(160,184,89); }

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