#A0B852

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

Shades of Celery #A0B852

Tints of Celery #A0B852

Color information

#A0B852 (or 0xA0B852) is unknown color: approx Celery. HEX triplet: A0, B8 and 52. RGB value is (160,184,82). Sum of RGB (Red+Green+Blue) = 160+184+82=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B852 is #5F47AD. Grayscale: #A5A5A5. Windows color (decimal): -6244270 or 5421216. OLE color: 5421216.

HSL color Cylindrical-coordinate representation of color #A0B852: hue angle of 74.12º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0B852 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB16018482-
CMYK0.1300.550.28
HSL74.12º41.8%52.16%-
HSV(B)74.12º55.43%72.16%-
XYZ33.1642.3614.41-
YUV165.281.05124.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.56%
GREEN value IS 184 (72.27% from 255) = 43.19%
BLUE value IS 82 (32.42% from 255) = 19.25%
R=37.56%
G=43.19%
B=19.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160184820.1300.550.2874.1241.852.16
HexA0B852D0371C4a2a34
Octal24027012215067341125264
Binary1010000010111000101001011010110111111001001010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B852; }

 p { color: rgb(160,184,82); }

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

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

 a { background-color: rgb(160,184,82); }

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

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

 span { border-color: rgb(160,184,82); }

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