#A8B246

Color #A8B246 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #A8B246

Tints of Celery #A8B246

Color information

#A8B246 (or 0xA8B246) is unknown color: approx Celery. HEX triplet: A8, B2 and 46. RGB value is (168,178,70). Sum of RGB (Red+Green+Blue) = 168+178+70=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B246 is #574DB9. Grayscale: #A3A3A3. Windows color (decimal): -5721530 or 4633256. OLE color: 4633256.

HSL color Cylindrical-coordinate representation of color #A8B246: hue angle of 65.56º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8B246 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB16817870-
CMYK0.0600.610.30
HSL65.56º43.55%48.63%-
HSV(B)65.56º60.67%69.8%-
XYZ33.1740.6111.88-
YUV162.775.69131.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.38%
GREEN value IS 178 (69.92% from 255) = 42.79%
BLUE value IS 70 (27.73% from 255) = 16.83%
R=40.38%
G=42.79%
B=16.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168178700.0600.610.3065.5643.5548.63
HexA8B246603D1E422c31
Octal2502621066075361025461
Binary101010001011001010001101100111101111101000010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B246; }

 p { color: rgb(168,178,70); }

 H1.HeaderClassName
 {
   color: #A8B246;
 }
 .AnyTagClassName
 {
   color: #A8B246;
 }
</style>
background-color css

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

 a { background-color: rgb(168,178,70); }

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

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

 span { border-color: rgb(168,178,70); }

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