Html Css Color HEX #A5B95E Green Smoke

📋 copy color: '#A5B95E'

red 165 ◦ green 185 ◦ blue 94

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

Shades of Green Smoke #A5B95E

Tints of Green Smoke #A5B95E

RGB

 RED value IS 165 (64.84% from 255) = 37.16%

 GREEN value IS 185 (72.66% from 255) = 41.67%

 BLUE value IS 94 (37.11% from 255) = 21.17%

R = 37.16%
G = 41.67%
B = 21.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#A5B95E (or 0xA5B95E) is known color: Green Smoke. HEX triplet: A5, B9 and 5E. RGB value is (165,185,94). Sum of RGB (Red+Green+Blue) = 165+185+94=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B95E is #5A46A1. Grayscale: #A8A8A8. Windows color (decimal): -5916322 or 6207909. OLE color: 6207909.

HSL color Cylindrical-coordinate representation of color #A5B95E: hue angle of 73.19º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5B95E is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 185 94 -
CMYK 0.11 0 0.49 0.27
HSL 73.19º 0.39% 0.55% -
HSV(B) 73.19º 0.49% 0.73% -
XYZ 34.89 43.51 17.15 -
YUV 168.65 85.87 125.4 -
System Red Green Blue C M Y K H S L
Decimal 165 185 94 0.11 0 0.49 0.27 73.19 0.39 0.55
Hex A5 B9 5E B 0 31 1B 49 27 37
Octal 245 271 136 13 0 61 33 111 47 67
Binary 10100101 10111001 1011110 1011 0 110001 11011 1001001 100111 110111

Color Harmonies of #A5B95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B95E

Black with #A5B95E

Text Example


Text Example

White with #A5B95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B95E; }

 p { color: rgb(165,185,94); }

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

background-color css

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

 a { background-color: rgb(165,185,94); }

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

border-color css

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

 span { border-color: rgb(165,185,94); }

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