Html Css Color HEX #A0BA59 Green Smoke

📋 copy color: '#A0BA59'

red 160 ◦ green 186 ◦ blue 89

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

Shades of Green Smoke #A0BA59

Tints of Green Smoke #A0BA59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.46%

R = 36.78%
G = 42.76%
B = 20.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#A0BA59 (or 0xA0BA59) is known color: Green Smoke. HEX triplet: A0, BA and 59. RGB value is (160,186,89). Sum of RGB (Red+Green+Blue) = 160+186+89=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA59 is #5F45A6. Grayscale: #A7A7A7. Windows color (decimal): -6243751 or 5880480. OLE color: 5880480.

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

Color convert

RGB 160 186 89 -
CMYK 0.14 0 0.52 0.27
HSL 76.08º 0.41% 0.54% -
HSV(B) 76.08º 0.52% 0.73% -
XYZ 33.86 43.31 16.03 -
YUV 167.17 83.89 122.89 -
System Red Green Blue C M Y K H S L
Decimal 160 186 89 0.14 0 0.52 0.27 76.08 0.41 0.54
Hex A0 BA 59 E 0 34 1B 4C 29 36
Octal 240 272 131 16 0 64 33 114 51 66
Binary 10100000 10111010 1011001 1110 0 110100 11011 1001100 101001 110110

Color Harmonies of #A0BA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA59

Black with #A0BA59

Text Example


Text Example

White with #A0BA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA59; }

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

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

background-color css

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

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

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

border-color css

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

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

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