#ADC955

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

Shades of Celery #ADC955

Tints of Celery #ADC955

Color information

#ADC955 (or 0xADC955) is unknown color: approx Celery. HEX triplet: AD, C9 and 55. RGB value is (173,201,85). Sum of RGB (Red+Green+Blue) = 173+201+85=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC955 is #5236AA. Grayscale: #B3B3B3. Windows color (decimal): -5387947 or 5622189. OLE color: 5622189.

HSL color Cylindrical-coordinate representation of color #ADC955: hue angle of 74.48º 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 #ADC955 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB17320185-
CMYK0.1400.580.21
HSL74.48º51.79%56.08%-
HSV(B)74.48º57.71%78.82%-
XYZ39.7651.3116.4-
YUV179.474.72123.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.69%
GREEN value IS 201 (78.91% from 255) = 43.79%
BLUE value IS 85 (33.59% from 255) = 18.52%
R=37.69%
G=43.79%
B=18.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173201850.1400.580.2174.4851.7956.08
HexADC955E03A154a3438
Octal25531112516072251126470
Binary1010110111001001101010111100111010101011001010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC955; }

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

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

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

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

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

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

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

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