Html Css Color HEX #A0B556 Green Smoke

📋 copy color: '#A0B556'

red 160 ◦ green 181 ◦ blue 86

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

Shades of Green Smoke #A0B556

Tints of Green Smoke #A0B556

RGB

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

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

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

R = 37.47%
G = 42.39%
B = 20.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#A0B556 (or 0xA0B556) is known color: Green Smoke. HEX triplet: A0, B5 and 56. RGB value is (160,181,86). Sum of RGB (Red+Green+Blue) = 160+181+86=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B556 is #5F4AA9. Grayscale: #A4A4A4. Windows color (decimal): -6245034 or 5682592. OLE color: 5682592.

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

Color convert

RGB 160 181 86 -
CMYK 0.12 0 0.52 0.29
HSL 73.26º 0.39% 0.52% -
HSV(B) 73.26º 0.52% 0.71% -
XYZ 32.7 41.19 15.03 -
YUV 163.89 84.04 125.22 -
System Red Green Blue C M Y K H S L
Decimal 160 181 86 0.12 0 0.52 0.29 73.26 0.39 0.52
Hex A0 B5 56 C 0 34 1D 49 27 34
Octal 240 265 126 14 0 64 35 111 47 64
Binary 10100000 10110101 1010110 1100 0 110100 11101 1001001 100111 110100

Color Harmonies of #A0B556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B556

Black with #A0B556

Text Example


Text Example

White with #A0B556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B556; }

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

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

background-color css

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

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

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

border-color css

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

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

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