#ADC949

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

Shades of Celery #ADC949

Tints of Celery #ADC949

Color information

#ADC949 (or 0xADC949) is unknown color: approx Celery. HEX triplet: AD, C9 and 49. RGB value is (173,201,73). Sum of RGB (Red+Green+Blue) = 173+201+73=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC949 is #5236B6. Grayscale: #B2B2B2. Windows color (decimal): -5387959 or 4835757. OLE color: 4835757.

HSL color Cylindrical-coordinate representation of color #ADC949: hue angle of 73.12º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADC949 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB17320173-
CMYK0.1400.640.21
HSL73.12º54.24%53.73%-
HSV(B)73.12º63.68%78.82%-
XYZ39.3251.1414.1-
YUV178.0468.72124.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 201 (78.91% from 255) = 44.97%
BLUE value IS 73 (28.91% from 255) = 16.33%
R=38.70%
G=44.97%
B=16.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173201730.1400.640.2173.1254.2453.73
HexADC949E04015493636
Octal255311111160100251116666
Binary10101101110010011001001111001000000101011001001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC949; }

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

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

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

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

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

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

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

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