#A8B352

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

Shades of Celery #A8B352

Tints of Celery #A8B352

Color information

#A8B352 (or 0xA8B352) is unknown color: approx Celery. HEX triplet: A8, B3 and 52. RGB value is (168,179,82). Sum of RGB (Red+Green+Blue) = 168+179+82=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B352 is #574CAD. Grayscale: #A5A5A5. Windows color (decimal): -5721262 or 5419944. OLE color: 5419944.

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

Color convert

RGB16817982-
CMYK0.0600.540.30
HSL66.8º38.96%51.18%-
HSV(B)66.8º54.19%70.2%-
XYZ33.7941.1714.15-
YUV164.6581.36130.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 179 (70.31% from 255) = 41.72%
BLUE value IS 82 (32.42% from 255) = 19.11%
R=39.16%
G=41.72%
B=19.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168179820.0600.540.3066.838.9651.18
HexA8B35260361E432733
Octal2502631226066361034763
Binary101010001011001110100101100110110111101000011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B352; }

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

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

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

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

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

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

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

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