#A0BC52

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

Shades of Celery #A0BC52

Tints of Celery #A0BC52

Color information

#A0BC52 (or 0xA0BC52) is unknown color: approx Celery. HEX triplet: A0, BC and 52. RGB value is (160,188,82). Sum of RGB (Red+Green+Blue) = 160+188+82=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC52 is #5F43AD. Grayscale: #A7A7A7. Windows color (decimal): -6243246 or 5422240. OLE color: 5422240.

HSL color Cylindrical-coordinate representation of color #A0BC52: hue angle of 75.85º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0BC52 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB16018882-
CMYK0.1500.560.26
HSL75.85º44.17%52.94%-
HSV(B)75.85º56.38%73.73%-
XYZ3444.0514.69-
YUV167.5479.72122.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 188 (73.83% from 255) = 43.72%
BLUE value IS 82 (32.42% from 255) = 19.07%
R=37.21%
G=43.72%
B=19.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160188820.1500.560.2675.8544.1752.94
HexA0BC52F0381A4c2c35
Octal24027412217070321145465
Binary1010000010111100101001011110111000110101001100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BC52; }

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

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

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

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

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

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

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

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