#A6BC3B

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

Shades of Celery #A6BC3B

Tints of Celery #A6BC3B

Color information

#A6BC3B (or 0xA6BC3B) is unknown color: approx Celery. HEX triplet: A6, BC and 3B. RGB value is (166,188,59). Sum of RGB (Red+Green+Blue) = 166+188+59=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC3B is #5943C4. Grayscale: #A7A7A7. Windows color (decimal): -5850053 or 3914918. OLE color: 3914918.

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

Color convert

RGB16618859-
CMYK0.1200.690.26
HSL70.23º52.23%48.43%-
HSV(B)70.23º68.62%73.73%-
XYZ34.544.3910.89-
YUV166.7267.21127.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.19%
GREEN value IS 188 (73.83% from 255) = 45.52%
BLUE value IS 59 (23.44% from 255) = 14.29%
R=40.19%
G=45.52%
B=14.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166188590.1200.690.2670.2352.2348.43
HexA6BC3BC0451A463430
Octal24627473140105321066460
Binary1010011010111100111011110001000101110101000110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC3B; }

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

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

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

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

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

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

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

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