#A6B14F

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

Shades of Celery #A6B14F

Tints of Celery #A6B14F

Color information

#A6B14F (or 0xA6B14F) is unknown color: approx Celery. HEX triplet: A6, B1 and 4F. RGB value is (166,177,79). Sum of RGB (Red+Green+Blue) = 166+177+79=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B14F is #594EB0. Grayscale: #A2A2A2. Windows color (decimal): -5852849 or 5222822. OLE color: 5222822.

HSL color Cylindrical-coordinate representation of color #A6B14F: hue angle of 66.73º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6B14F is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB16617779-
CMYK0.0600.550.31
HSL66.73º38.58%50.2%-
HSV(B)66.73º55.37%69.41%-
XYZ32.8640.1213.41-
YUV162.5480.86130.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 177 (69.53% from 255) = 41.94%
BLUE value IS 79 (31.25% from 255) = 18.72%
R=39.34%
G=41.94%
B=18.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166177790.0600.550.3166.7338.5850.2
HexA6B14F60371F432732
Octal2462611176067371034762
Binary101001101011000110011111100110111111111000011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B14F; }

 p { color: rgb(166,177,79); }

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

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

 a { background-color: rgb(166,177,79); }

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

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

 span { border-color: rgb(166,177,79); }

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