#ADBF55

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

Shades of Celery #ADBF55

Tints of Celery #ADBF55

Color information

#ADBF55 (or 0xADBF55) is unknown color: approx Celery. HEX triplet: AD, BF and 55. RGB value is (173,191,85). Sum of RGB (Red+Green+Blue) = 173+191+85=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBF55 is #5240AA. Grayscale: #ADADAD. Windows color (decimal): -5390507 or 5619629. OLE color: 5619629.

HSL color Cylindrical-coordinate representation of color #ADBF55: hue angle of 70.19º 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 #ADBF55 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB17319185-
CMYK0.0900.550.25
HSL70.19º45.3%54.12%-
HSV(B)70.19º55.5%74.9%-
XYZ37.546.815.65-
YUV173.5378.04127.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 191 (75% from 255) = 42.54%
BLUE value IS 85 (33.59% from 255) = 18.93%
R=38.53%
G=42.54%
B=18.93%

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
Decimal173191850.0900.550.2570.1945.354.12
HexADBF55903719462d36
Octal25527712511067311065566
Binary1010110110111111101010110010110111110011000110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF55; }

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

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

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

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

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

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

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

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