Html Css Color HEX #A4B961 Green Smoke

📋 copy color: '#A4B961'

red 164 ◦ green 185 ◦ blue 97

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

Shades of Green Smoke #A4B961

Tints of Green Smoke #A4B961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.75%

R = 36.77%
G = 41.48%
B = 21.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#A4B961 (or 0xA4B961) is known color: Green Smoke. HEX triplet: A4, B9 and 61. RGB value is (164,185,97). Sum of RGB (Red+Green+Blue) = 164+185+97=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B961 is #5B469E. Grayscale: #A9A9A9. Windows color (decimal): -5981855 or 6404516. OLE color: 6404516.

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

Color convert

RGB 164 185 97 -
CMYK 0.11 0 0.48 0.27
HSL 74.32º 0.39% 0.55% -
HSV(B) 74.32º 0.48% 0.73% -
XYZ 34.82 43.45 17.86 -
YUV 168.69 87.54 124.66 -
System Red Green Blue C M Y K H S L
Decimal 164 185 97 0.11 0 0.48 0.27 74.32 0.39 0.55
Hex A4 B9 61 B 0 30 1B 4A 27 37
Octal 244 271 141 13 0 60 33 112 47 67
Binary 10100100 10111001 1100001 1011 0 110000 11011 1001010 100111 110111

Color Harmonies of #A4B961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B961

Black with #A4B961

Text Example


Text Example

White with #A4B961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B961; }

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

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

background-color css

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

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

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

border-color css

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

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

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