Html Css Color HEX #A4B760 Green Smoke

📋 copy color: '#A4B760'

red 164 ◦ green 183 ◦ blue 96

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

Shades of Green Smoke #A4B760

Tints of Green Smoke #A4B760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.67%

R = 37.02%
G = 41.31%
B = 21.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#A4B760 (or 0xA4B760) is known color: Green Smoke. HEX triplet: A4, B7 and 60. RGB value is (164,183,96). Sum of RGB (Red+Green+Blue) = 164+183+96=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B760 is #5B489F. Grayscale: #A7A7A7. Windows color (decimal): -5982368 or 6338468. OLE color: 6338468.

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

Color convert

RGB 164 183 96 -
CMYK 0.10 0 0.48 0.28
HSL 73.1º 0.38% 0.55% -
HSV(B) 73.1º 0.48% 0.72% -
XYZ 34.35 42.6 17.48 -
YUV 167.4 87.71 125.57 -
System Red Green Blue C M Y K H S L
Decimal 164 183 96 0.10 0 0.48 0.28 73.1 0.38 0.55
Hex A4 B7 60 A 0 30 1C 49 26 37
Octal 244 267 140 12 0 60 34 111 46 67
Binary 10100100 10110111 1100000 1010 0 110000 11100 1001001 100110 110111

Color Harmonies of #A4B760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B760

Black with #A4B760

Text Example


Text Example

White with #A4B760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B760; }

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

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

background-color css

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

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

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

border-color css

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

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

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