#A6BC42

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

Shades of Celery #A6BC42

Tints of Celery #A6BC42

Color information

#A6BC42 (or 0xA6BC42) is unknown color: approx Celery. HEX triplet: A6, BC and 42. RGB value is (166,188,66). Sum of RGB (Red+Green+Blue) = 166+188+66=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC42 is #5943BD. Grayscale: #A7A7A7. Windows color (decimal): -5850046 or 4373670. OLE color: 4373670.

HSL color Cylindrical-coordinate representation of color #A6BC42: hue angle of 70.82º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6BC42 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB16618866-
CMYK0.1200.650.26
HSL70.82º48.03%49.8%-
HSV(B)70.82º64.89%73.73%-
XYZ34.6944.4711.91-
YUV167.5170.71126.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 188 (73.83% from 255) = 44.76%
BLUE value IS 66 (26.17% from 255) = 15.71%
R=39.52%
G=44.76%
B=15.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166188660.1200.650.2670.8248.0349.8
HexA6BC42C0411A473032
Octal246274102140101321076062
Binary10100110101111001000010110001000001110101000111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC42; }

 p { color: rgb(166,188,66); }

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

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

 a { background-color: rgb(166,188,66); }

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

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

 span { border-color: rgb(166,188,66); }

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