#A6B348

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

Shades of Celery #A6B348

Tints of Celery #A6B348

Color information

#A6B348 (or 0xA6B348) is unknown color: approx Celery. HEX triplet: A6, B3 and 48. RGB value is (166,179,72). Sum of RGB (Red+Green+Blue) = 166+179+72=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B348 is #594CB7. Grayscale: #A3A3A3. Windows color (decimal): -5852344 or 4764582. OLE color: 4764582.

HSL color Cylindrical-coordinate representation of color #A6B348: hue angle of 67.29º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6B348 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB16617972-
CMYK0.0700.600.30
HSL67.29º42.63%49.22%-
HSV(B)67.29º59.78%70.2%-
XYZ33.0240.8212.27-
YUV162.9276.69130.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 179 (70.31% from 255) = 42.93%
BLUE value IS 72 (28.52% from 255) = 17.27%
R=39.81%
G=42.93%
B=17.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal166179720.0700.600.3067.2942.6349.22
HexA6B348703C1E432b31
Octal2462631107074361035361
Binary101001101011001110010001110111100111101000011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B348; }

 p { color: rgb(166,179,72); }

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

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

 a { background-color: rgb(166,179,72); }

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

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

 span { border-color: rgb(166,179,72); }

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