Html Css Color HEX #A0B257 Green Smoke

📋 copy color: '#A0B257'

red 160 ◦ green 178 ◦ blue 87

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

Shades of Green Smoke #A0B257

Tints of Green Smoke #A0B257

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.88%

 BLUE value IS 87 (34.38% from 255) = 20.47%

R = 37.65%
G = 41.88%
B = 20.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#A0B257 (or 0xA0B257) is known color: Green Smoke. HEX triplet: A0, B2 and 57. RGB value is (160,178,87). Sum of RGB (Red+Green+Blue) = 160+178+87=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B257 is #5F4DA8. Grayscale: #A2A2A2. Windows color (decimal): -6245801 or 5747360. OLE color: 5747360.

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

Color convert

RGB 160 178 87 -
CMYK 0.10 0 0.51 0.30
HSL 71.87º 0.37% 0.52% -
HSV(B) 71.87º 0.51% 0.7% -
XYZ 32.14 40 15.04 -
YUV 162.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 160 178 87 0.10 0 0.51 0.30 71.87 0.37 0.52
Hex A0 B2 57 A 0 33 1E 48 25 34
Octal 240 262 127 12 0 63 36 110 45 64
Binary 10100000 10110010 1010111 1010 0 110011 11110 1001000 100101 110100

Color Harmonies of #A0B257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B257

Black with #A0B257

Text Example


Text Example

White with #A0B257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B257; }

 p { color: rgb(160,178,87); }

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

background-color css

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

 a { background-color: rgb(160,178,87); }

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

border-color css

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

 span { border-color: rgb(160,178,87); }

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