#ABC955

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

Shades of Celery #ABC955

Tints of Celery #ABC955

Color information

#ABC955 (or 0xABC955) is unknown color: approx Celery. HEX triplet: AB, C9 and 55. RGB value is (171,201,85). Sum of RGB (Red+Green+Blue) = 171+201+85=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC955 is #5436AA. Grayscale: #B3B3B3. Windows color (decimal): -5519019 or 5622187. OLE color: 5622187.

HSL color Cylindrical-coordinate representation of color #ABC955: hue angle of 75.52º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABC955 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB17120185-
CMYK0.1500.580.21
HSL75.52º51.79%56.08%-
HSV(B)75.52º57.71%78.82%-
XYZ39.3251.0916.38-
YUV178.8175.06122.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 201 (78.91% from 255) = 43.98%
BLUE value IS 85 (33.59% from 255) = 18.60%
R=37.42%
G=43.98%
B=18.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171201850.1500.580.2175.5251.7956.08
HexABC955F03A154c3438
Octal25331112517072251146470
Binary1010101111001001101010111110111010101011001100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC955; }

 p { color: rgb(171,201,85); }

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

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

 a { background-color: rgb(171,201,85); }

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

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

 span { border-color: rgb(171,201,85); }

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