Html Css Color HEX #A0B856 Green Smoke

📋 copy color: '#A0B856'

red 160 ◦ green 184 ◦ blue 86

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

Shades of Green Smoke #A0B856

Tints of Green Smoke #A0B856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20%

R = 37.21%
G = 42.79%
B = 20%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#A0B856 (or 0xA0B856) is known color: Green Smoke. HEX triplet: A0, B8 and 56. RGB value is (160,184,86). Sum of RGB (Red+Green+Blue) = 160+184+86=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B856 is #5F47A9. Grayscale: #A6A6A6. Windows color (decimal): -6244266 or 5683360. OLE color: 5683360.

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

Color convert

RGB 160 184 86 -
CMYK 0.13 0 0.53 0.28
HSL 74.69º 0.41% 0.53% -
HSV(B) 74.69º 0.53% 0.72% -
XYZ 33.32 42.43 15.24 -
YUV 165.65 83.05 123.97 -
System Red Green Blue C M Y K H S L
Decimal 160 184 86 0.13 0 0.53 0.28 74.69 0.41 0.53
Hex A0 B8 56 D 0 35 1C 4B 29 35
Octal 240 270 126 15 0 65 34 113 51 65
Binary 10100000 10111000 1010110 1101 0 110101 11100 1001011 101001 110101

Color Harmonies of #A0B856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B856

Black with #A0B856

Text Example


Text Example

White with #A0B856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B856; }

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

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

background-color css

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

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

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

border-color css

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

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

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