#ABC145

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

Shades of Celery #ABC145

Tints of Celery #ABC145

Color information

#ABC145 (or 0xABC145) is unknown color: approx Celery. HEX triplet: AB, C1 and 45. RGB value is (171,193,69). Sum of RGB (Red+Green+Blue) = 171+193+69=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC145 is #543EBA. Grayscale: #ACACAC. Windows color (decimal): -5521083 or 4571563. OLE color: 4571563.

HSL color Cylindrical-coordinate representation of color #ABC145: hue angle of 70.65º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABC145 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB17119369-
CMYK0.1100.640.24
HSL70.65º50%51.37%-
HSV(B)70.65º64.25%75.69%-
XYZ36.9447.2312.8-
YUV172.2969.71127.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 193 (75.78% from 255) = 44.57%
BLUE value IS 69 (27.34% from 255) = 15.94%
R=39.49%
G=44.57%
B=15.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171193690.1100.640.2470.655051.37
HexABC145B04018473233
Octal253301105130100301076263
Binary10101011110000011000101101101000000110001000111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC145; }

 p { color: rgb(171,193,69); }

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

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

 a { background-color: rgb(171,193,69); }

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

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

 span { border-color: rgb(171,193,69); }

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