#ADCB50

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

Shades of Celery #ADCB50

Tints of Celery #ADCB50

Color information

#ADCB50 (or 0xADCB50) is unknown color: approx Celery. HEX triplet: AD, CB and 50. RGB value is (173,203,80). Sum of RGB (Red+Green+Blue) = 173+203+80=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB50 is #5234AF. Grayscale: #B4B4B4. Windows color (decimal): -5387440 or 5295021. OLE color: 5295021.

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

Color convert

RGB17320380-
CMYK0.1500.610.20
HSL74.63º54.19%55.49%-
HSV(B)74.63º60.59%79.61%-
XYZ40.0452.1815.55-
YUV180.0171.56123-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 203 (79.69% from 255) = 44.52%
BLUE value IS 80 (31.64% from 255) = 17.54%
R=37.94%
G=44.52%
B=17.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173203800.1500.610.2074.6354.1955.49
HexADCB50F03D144b3637
Octal25531312017075241136667
Binary1010110111001011101000011110111101101001001011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCB50; }

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

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

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

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

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

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

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

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