Html Css Color HEX #A4B761 Green Smoke

📋 copy color: '#A4B761'

red 164 ◦ green 183 ◦ blue 97

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

Shades of Green Smoke #A4B761

Tints of Green Smoke #A4B761

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.22%

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

R = 36.94%
G = 41.22%
B = 21.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#A4B761 (or 0xA4B761) is known color: Green Smoke. HEX triplet: A4, B7 and 61. RGB value is (164,183,97). Sum of RGB (Red+Green+Blue) = 164+183+97=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B761 is #5B489E. Grayscale: #A7A7A7. Windows color (decimal): -5982367 or 6404004. OLE color: 6404004.

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

Color convert

RGB 164 183 97 -
CMYK 0.10 0 0.47 0.28
HSL 73.26º 0.37% 0.55% -
HSV(B) 73.26º 0.47% 0.72% -
XYZ 34.4 42.62 17.72 -
YUV 167.52 88.21 125.49 -
System Red Green Blue C M Y K H S L
Decimal 164 183 97 0.10 0 0.47 0.28 73.26 0.37 0.55
Hex A4 B7 61 A 0 2F 1C 49 25 37
Octal 244 267 141 12 0 57 34 111 45 67
Binary 10100100 10110111 1100001 1010 0 101111 11100 1001001 100101 110111

Color Harmonies of #A4B761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B761

Black with #A4B761

Text Example


Text Example

White with #A4B761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B761; }

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

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

background-color css

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

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

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

border-color css

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

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

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