#ADCB49

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

Shades of Celery #ADCB49

Tints of Celery #ADCB49

Color information

#ADCB49 (or 0xADCB49) is unknown color: approx Celery. HEX triplet: AD, CB and 49. RGB value is (173,203,73). Sum of RGB (Red+Green+Blue) = 173+203+73=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB49 is #5234B6. Grayscale: #B3B3B3. Windows color (decimal): -5387447 or 4836269. OLE color: 4836269.

HSL color Cylindrical-coordinate representation of color #ADCB49: hue angle of 73.85º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADCB49 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB17320373-
CMYK0.1500.640.20
HSL73.85º55.56%54.12%-
HSV(B)73.85º64.04%79.61%-
XYZ39.7952.0814.26-
YUV179.2168.06123.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 203 (79.69% from 255) = 45.21%
BLUE value IS 73 (28.91% from 255) = 16.26%
R=38.53%
G=45.21%
B=16.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173203730.1500.640.2073.8555.5654.12
HexADCB49F040144a3836
Octal255313111170100241127066
Binary10101101110010111001001111101000000101001001010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCB49; }

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

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

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

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

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

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

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

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