Html Css Color HEX #A0BA57 Green Smoke

📋 copy color: '#A0BA57'

red 160 ◦ green 186 ◦ blue 87

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

Shades of Green Smoke #A0BA57

Tints of Green Smoke #A0BA57

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.96%

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

R = 36.95%
G = 42.96%
B = 20.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#A0BA57 (or 0xA0BA57) is known color: Green Smoke. HEX triplet: A0, BA and 57. RGB value is (160,186,87). Sum of RGB (Red+Green+Blue) = 160+186+87=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA57 is #5F45A8. Grayscale: #A7A7A7. Windows color (decimal): -6243753 or 5749408. OLE color: 5749408.

HSL color Cylindrical-coordinate representation of color #A0BA57: hue angle of 75.76º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0BA57 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 186 87 -
CMYK 0.14 0 0.53 0.27
HSL 75.76º 0.42% 0.54% -
HSV(B) 75.76º 0.53% 0.73% -
XYZ 33.78 43.28 15.59 -
YUV 166.94 82.89 123.05 -
System Red Green Blue C M Y K H S L
Decimal 160 186 87 0.14 0 0.53 0.27 75.76 0.42 0.54
Hex A0 BA 57 E 0 35 1B 4C 2A 36
Octal 240 272 127 16 0 65 33 114 52 66
Binary 10100000 10111010 1010111 1110 0 110101 11011 1001100 101010 110110

Color Harmonies of #A0BA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA57

Black with #A0BA57

Text Example


Text Example

White with #A0BA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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