Html Css Color HEX #A4B06D Green Smoke

📋 copy color: '#A4B06D'

red 164 ◦ green 176 ◦ blue 109

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

Shades of Green Smoke #A4B06D

Tints of Green Smoke #A4B06D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.2%

 BLUE value IS 109 (42.97% from 255) = 24.28%

R = 36.53%
G = 39.2%
B = 24.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#A4B06D (or 0xA4B06D) is known color: Green Smoke. HEX triplet: A4, B0 and 6D. RGB value is (164,176,109). Sum of RGB (Red+Green+Blue) = 164+176+109=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B06D is #5B4F92. Grayscale: #A5A5A5. Windows color (decimal): -5984147 or 7188644. OLE color: 7188644.

HSL color Cylindrical-coordinate representation of color #A4B06D: hue angle of 70.75º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4B06D is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 176 109 -
CMYK 0.07 0 0.38 0.31
HSL 70.75º 0.3% 0.56% -
HSV(B) 70.75º 0.38% 0.69% -
XYZ 33.6 40.05 20.43 -
YUV 164.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 164 176 109 0.07 0 0.38 0.31 70.75 0.3 0.56
Hex A4 B0 6D 7 0 26 1F 47 1E 38
Octal 244 260 155 7 0 46 37 107 36 70
Binary 10100100 10110000 1101101 111 0 100110 11111 1000111 11110 111000

Color Harmonies of #A4B06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B06D

Black with #A4B06D

Text Example


Text Example

White with #A4B06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B06D; }

 p { color: rgb(164,176,109); }

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

background-color css

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

 a { background-color: rgb(164,176,109); }

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

border-color css

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

 span { border-color: rgb(164,176,109); }

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