#A6B94A

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

Shades of Celery #A6B94A

Tints of Celery #A6B94A

Color information

#A6B94A (or 0xA6B94A) is unknown color: approx Celery. HEX triplet: A6, B9 and 4A. RGB value is (166,185,74). Sum of RGB (Red+Green+Blue) = 166+185+74=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B94A is #5946B5. Grayscale: #A7A7A7. Windows color (decimal): -5850806 or 4897190. OLE color: 4897190.

HSL color Cylindrical-coordinate representation of color #A6B94A: hue angle of 70.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6B94A is Cyan = 0.10, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB16618574-
CMYK0.1000.60.27
HSL70.27º44.22%50.78%-
HSV(B)70.27º60%72.55%-
XYZ34.3143.313.03-
YUV166.6675.71127.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 185 (72.66% from 255) = 43.53%
BLUE value IS 74 (29.30% from 255) = 17.41%
R=39.06%
G=43.53%
B=17.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166185740.1000.60.2770.2744.2250.78
HexA6B94AA03C1B462c33
Octal24627111212074331065463
Binary1010011010111001100101010100111100110111000110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B94A; }

 p { color: rgb(166,185,74); }

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

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

 a { background-color: rgb(166,185,74); }

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

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

 span { border-color: rgb(166,185,74); }

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