Html Css Color HEX #A5B95F Green Smoke

📋 copy color: '#A5B95F'

red 165 ◦ green 185 ◦ blue 95

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

Shades of Green Smoke #A5B95F

Tints of Green Smoke #A5B95F

RGB

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

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

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

R = 37.08%
G = 41.57%
B = 21.35%

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

#A5B95F (or 0xA5B95F) is known color: Green Smoke. HEX triplet: A5, B9 and 5F. RGB value is (165,185,95). Sum of RGB (Red+Green+Blue) = 165+185+95=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B95F is #5A46A0. Grayscale: #A9A9A9. Windows color (decimal): -5916321 or 6273445. OLE color: 6273445.

HSL color Cylindrical-coordinate representation of color #A5B95F: hue angle of 73.33º 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 #A5B95F is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 185 95 -
CMYK 0.11 0 0.49 0.27
HSL 73.33º 0.39% 0.55% -
HSV(B) 73.33º 0.49% 0.73% -
XYZ 34.93 43.52 17.39 -
YUV 168.76 86.37 125.32 -
System Red Green Blue C M Y K H S L
Decimal 165 185 95 0.11 0 0.49 0.27 73.33 0.39 0.55
Hex A5 B9 5F B 0 31 1B 49 27 37
Octal 245 271 137 13 0 61 33 111 47 67
Binary 10100101 10111001 1011111 1011 0 110001 11011 1001001 100111 110111

Color Harmonies of #A5B95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B95F

Black with #A5B95F

Text Example


Text Example

White with #A5B95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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