#ADBE55

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

Shades of Celery #ADBE55

Tints of Celery #ADBE55

Color information

#ADBE55 (or 0xADBE55) is unknown color: approx Celery. HEX triplet: AD, BE and 55. RGB value is (173,190,85). Sum of RGB (Red+Green+Blue) = 173+190+85=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE55 is #5241AA. Grayscale: #ADADAD. Windows color (decimal): -5390763 or 5619373. OLE color: 5619373.

HSL color Cylindrical-coordinate representation of color #ADBE55: hue angle of 69.71º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADBE55 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB17319085-
CMYK0.0900.550.25
HSL69.71º44.68%53.92%-
HSV(B)69.71º55.26%74.51%-
XYZ37.2946.3715.58-
YUV172.9578.37128.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 190 (74.61% from 255) = 42.41%
BLUE value IS 85 (33.59% from 255) = 18.97%
R=38.62%
G=42.41%
B=18.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173190850.0900.550.2569.7144.6853.92
HexADBE55903719462d36
Octal25527612511067311065566
Binary1010110110111110101010110010110111110011000110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE55; }

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

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

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

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

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

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

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

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