Html Css Color HEX #A4B868 Green Smoke

📋 copy color: '#A4B868'

red 164 ◦ green 184 ◦ blue 104

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

Shades of Green Smoke #A4B868

Tints of Green Smoke #A4B868

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.71%

 BLUE value IS 104 (41.02% from 255) = 23.01%

R = 36.28%
G = 40.71%
B = 23.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#A4B868 (or 0xA4B868) is known color: Green Smoke. HEX triplet: A4, B8 and 68. RGB value is (164,184,104). Sum of RGB (Red+Green+Blue) = 164+184+104=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B868 is #5B4797. Grayscale: #A9A9A9. Windows color (decimal): -5982104 or 6863012. OLE color: 6863012.

HSL color Cylindrical-coordinate representation of color #A4B868: hue angle of 75º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4B868 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 184 104 -
CMYK 0.11 0 0.43 0.28
HSL 75º 0.36% 0.56% -
HSV(B) 75º 0.43% 0.72% -
XYZ 34.95 43.17 19.59 -
YUV 168.9 91.37 124.5 -
System Red Green Blue C M Y K H S L
Decimal 164 184 104 0.11 0 0.43 0.28 75 0.36 0.56
Hex A4 B8 68 B 0 2B 1C 4B 24 38
Octal 244 270 150 13 0 53 34 113 44 70
Binary 10100100 10111000 1101000 1011 0 101011 11100 1001011 100100 111000

Color Harmonies of #A4B868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B868

Black with #A4B868

Text Example


Text Example

White with #A4B868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B868; }

 p { color: rgb(164,184,104); }

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

background-color css

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

 a { background-color: rgb(164,184,104); }

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

border-color css

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

 span { border-color: rgb(164,184,104); }

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