Html Css Color HEX #A0B85F Green Smoke

📋 copy color: '#A0B85F'

red 160 ◦ green 184 ◦ blue 95

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

Shades of Green Smoke #A0B85F

Tints of Green Smoke #A0B85F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.91%

 BLUE value IS 95 (37.5% from 255) = 21.64%

R = 36.45%
G = 41.91%
B = 21.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#A0B85F (or 0xA0B85F) is known color: Green Smoke. HEX triplet: A0, B8 and 5F. RGB value is (160,184,95). Sum of RGB (Red+Green+Blue) = 160+184+95=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B85F is #5F47A0. Grayscale: #A7A7A7. Windows color (decimal): -6244257 or 6273184. OLE color: 6273184.

HSL color Cylindrical-coordinate representation of color #A0B85F: hue angle of 76.18º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0B85F is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 184 95 -
CMYK 0.13 0 0.48 0.28
HSL 76.18º 0.39% 0.55% -
HSV(B) 76.18º 0.48% 0.72% -
XYZ 33.7 42.58 17.27 -
YUV 166.68 87.55 123.24 -
System Red Green Blue C M Y K H S L
Decimal 160 184 95 0.13 0 0.48 0.28 76.18 0.39 0.55
Hex A0 B8 5F D 0 30 1C 4C 27 37
Octal 240 270 137 15 0 60 34 114 47 67
Binary 10100000 10111000 1011111 1101 0 110000 11100 1001100 100111 110111

Color Harmonies of #A0B85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B85F

Black with #A0B85F

Text Example


Text Example

White with #A0B85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B85F; }

 p { color: rgb(160,184,95); }

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

background-color css

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

 a { background-color: rgb(160,184,95); }

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

border-color css

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

 span { border-color: rgb(160,184,95); }

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