#A6BF56

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

Shades of Celery #A6BF56

Tints of Celery #A6BF56

Color information

#A6BF56 (or 0xA6BF56) is unknown color: approx Celery. HEX triplet: A6, BF and 56. RGB value is (166,191,86). Sum of RGB (Red+Green+Blue) = 166+191+86=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF56 is #5940A9. Grayscale: #ABABAB. Windows color (decimal): -5849258 or 5685158. OLE color: 5685158.

HSL color Cylindrical-coordinate representation of color #A6BF56: hue angle of 74.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6BF56 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB16619186-
CMYK0.1300.550.25
HSL74.29º45.06%54.31%-
HSV(B)74.29º54.97%74.9%-
XYZ36.0446.0415.79-
YUV171.5579.72124.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 86 (33.98% from 255) = 19.41%
R=37.47%
G=43.12%
B=19.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166191860.1300.550.2574.2945.0654.31
HexA6BF56D037194a2d36
Octal24627712615067311125566
Binary1010011010111111101011011010110111110011001010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BF56; }

 p { color: rgb(166,191,86); }

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

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

 a { background-color: rgb(166,191,86); }

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

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

 span { border-color: rgb(166,191,86); }

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