Html Css Color HEX #A4B066 Green Smoke

📋 copy color: '#A4B066'

red 164 ◦ green 176 ◦ blue 102

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

Shades of Green Smoke #A4B066

Tints of Green Smoke #A4B066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.08%

R = 37.1%
G = 39.82%
B = 23.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#A4B066 (or 0xA4B066) is known color: Green Smoke. HEX triplet: A4, B0 and 66. RGB value is (164,176,102). Sum of RGB (Red+Green+Blue) = 164+176+102=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B066 is #5B4F99. Grayscale: #A4A4A4. Windows color (decimal): -5984154 or 6729892. OLE color: 6729892.

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

Color convert

RGB 164 176 102 -
CMYK 0.07 0 0.42 0.31
HSL 69.73º 0.32% 0.55% -
HSV(B) 69.73º 0.42% 0.69% -
XYZ 33.23 39.9 18.52 -
YUV 163.98 93.02 128.02 -
System Red Green Blue C M Y K H S L
Decimal 164 176 102 0.07 0 0.42 0.31 69.73 0.32 0.55
Hex A4 B0 66 7 0 2A 1F 46 20 37
Octal 244 260 146 7 0 52 37 106 40 67
Binary 10100100 10110000 1100110 111 0 101010 11111 1000110 100000 110111

Color Harmonies of #A4B066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B066

Black with #A4B066

Text Example


Text Example

White with #A4B066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B066; }

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

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

background-color css

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

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

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

border-color css

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

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

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