#A8B452

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

Shades of Celery #A8B452

Tints of Celery #A8B452

Color information

#A8B452 (or 0xA8B452) is unknown color: approx Celery. HEX triplet: A8, B4 and 52. RGB value is (168,180,82). Sum of RGB (Red+Green+Blue) = 168+180+82=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B452 is #574BAD. Grayscale: #A5A5A5. Windows color (decimal): -5721006 or 5420200. OLE color: 5420200.

HSL color Cylindrical-coordinate representation of color #A8B452: hue angle of 67.35º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8B452 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB16818082-
CMYK0.0700.540.29
HSL67.35º39.52%51.37%-
HSV(B)67.35º54.44%70.59%-
XYZ33.9941.5814.22-
YUV165.2481.02129.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 82 (32.42% from 255) = 19.07%
R=39.07%
G=41.86%
B=19.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168180820.0700.540.2967.3539.5251.37
HexA8B45270361D432833
Octal2502641227066351035063
Binary101010001011010010100101110110110111011000011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B452; }

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

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

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

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

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

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

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

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