Html Css Color HEX #A4B95F Green Smoke

📋 copy color: '#A4B95F'

red 164 ◦ green 185 ◦ blue 95

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

Shades of Green Smoke #A4B95F

Tints of Green Smoke #A4B95F

RGB

 RED value IS 164 (64.45% from 255) = 36.94%

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

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

R = 36.94%
G = 41.67%
B = 21.4%

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

#A4B95F (or 0xA4B95F) is known color: Green Smoke. HEX triplet: A4, B9 and 5F. RGB value is (164,185,95). Sum of RGB (Red+Green+Blue) = 164+185+95=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B95F is #5B46A0. Grayscale: #A8A8A8. Windows color (decimal): -5981857 or 6273444. OLE color: 6273444.

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

Color convert

RGB 164 185 95 -
CMYK 0.11 0 0.49 0.27
HSL 74º 0.39% 0.55% -
HSV(B) 74º 0.49% 0.73% -
XYZ 34.72 43.42 17.38 -
YUV 168.46 86.54 124.82 -
System Red Green Blue C M Y K H S L
Decimal 164 185 95 0.11 0 0.49 0.27 74 0.39 0.55
Hex A4 B9 5F B 0 31 1B 4A 27 37
Octal 244 271 137 13 0 61 33 112 47 67
Binary 10100100 10111001 1011111 1011 0 110001 11011 1001010 100111 110111

Color Harmonies of #A4B95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B95F

Black with #A4B95F

Text Example


Text Example

White with #A4B95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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