#A8B33C

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

Shades of Celery #A8B33C

Tints of Celery #A8B33C

Color information

#A8B33C (or 0xA8B33C) is unknown color: approx Celery. HEX triplet: A8, B3 and 3C. RGB value is (168,179,60). Sum of RGB (Red+Green+Blue) = 168+179+60=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B33C is #574CC3. Grayscale: #A2A2A2. Windows color (decimal): -5721284 or 3978152. OLE color: 3978152.

HSL color Cylindrical-coordinate representation of color #A8B33C: hue angle of 65.55º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8B33C is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB16817960-
CMYK0.0600.660.30
HSL65.55º49.79%46.86%-
HSV(B)65.55º66.48%70.2%-
XYZ33.0840.8910.42-
YUV162.1570.36132.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.28%
GREEN value IS 179 (70.31% from 255) = 43.98%
BLUE value IS 60 (23.83% from 255) = 14.74%
R=41.28%
G=43.98%
B=14.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168179600.0600.660.3065.5549.7946.86
HexA8B33C60421E42322f
Octal2502637460102361026257
Binary101010001011001111110011001000010111101000010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B33C; }

 p { color: rgb(168,179,60); }

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

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

 a { background-color: rgb(168,179,60); }

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

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

 span { border-color: rgb(168,179,60); }

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