Html Css Color HEX #A0B756 Green Smoke

📋 copy color: '#A0B756'

red 160 ◦ green 183 ◦ blue 86

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

Shades of Green Smoke #A0B756

Tints of Green Smoke #A0B756

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.66%

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

R = 37.3%
G = 42.66%
B = 20.05%

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

#A0B756 (or 0xA0B756) is known color: Green Smoke. HEX triplet: A0, B7 and 56. RGB value is (160,183,86). Sum of RGB (Red+Green+Blue) = 160+183+86=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B756 is #5F48A9. Grayscale: #A5A5A5. Windows color (decimal): -6244522 or 5683104. OLE color: 5683104.

HSL color Cylindrical-coordinate representation of color #A0B756: hue angle of 74.23º degrees, saturation: 0.4, 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 #A0B756 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 183 86 -
CMYK 0.13 0 0.53 0.28
HSL 74.23º 0.4% 0.53% -
HSV(B) 74.23º 0.53% 0.72% -
XYZ 33.11 42.01 15.17 -
YUV 165.07 83.38 124.39 -
System Red Green Blue C M Y K H S L
Decimal 160 183 86 0.13 0 0.53 0.28 74.23 0.4 0.53
Hex A0 B7 56 D 0 35 1C 4A 28 35
Octal 240 267 126 15 0 65 34 112 50 65
Binary 10100000 10110111 1010110 1101 0 110101 11100 1001010 101000 110101

Color Harmonies of #A0B756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B756

Black with #A0B756

Text Example


Text Example

White with #A0B756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B756; }

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

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

background-color css

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

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

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

border-color css

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

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

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