Html Css Color HEX #A0B356 Green Smoke

📋 copy color: '#A0B356'

red 160 ◦ green 179 ◦ blue 86

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

Shades of Green Smoke #A0B356

Tints of Green Smoke #A0B356

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.12%

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

R = 37.65%
G = 42.12%
B = 20.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#A0B356 (or 0xA0B356) is known color: Green Smoke. HEX triplet: A0, B3 and 56. RGB value is (160,179,86). Sum of RGB (Red+Green+Blue) = 160+179+86=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B356 is #5F4CA9. Grayscale: #A3A3A3. Windows color (decimal): -6245546 or 5682080. OLE color: 5682080.

HSL color Cylindrical-coordinate representation of color #A0B356: hue angle of 72.26º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0B356 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 179 86 -
CMYK 0.11 0 0.52 0.30
HSL 72.26º 0.38% 0.52% -
HSV(B) 72.26º 0.52% 0.7% -
XYZ 32.3 40.39 14.9 -
YUV 162.72 84.71 126.06 -
System Red Green Blue C M Y K H S L
Decimal 160 179 86 0.11 0 0.52 0.30 72.26 0.38 0.52
Hex A0 B3 56 B 0 34 1E 48 26 34
Octal 240 263 126 13 0 64 36 110 46 64
Binary 10100000 10110011 1010110 1011 0 110100 11110 1001000 100110 110100

Color Harmonies of #A0B356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B356

Black with #A0B356

Text Example


Text Example

White with #A0B356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B356; }

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

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

background-color css

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

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

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

border-color css

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

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

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