#ADBF5E

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

Shades of Celery #ADBF5E

Tints of Celery #ADBF5E

Color information

#ADBF5E (or 0xADBF5E) is unknown color: approx Celery. HEX triplet: AD, BF and 5E. RGB value is (173,191,94). Sum of RGB (Red+Green+Blue) = 173+191+94=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBF5E is #5240A1. Grayscale: #AEAEAE. Windows color (decimal): -5390498 or 6209453. OLE color: 6209453.

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

Color convert

RGB17319194-
CMYK0.0900.510.25
HSL71.13º43.11%55.88%-
HSV(B)71.13º50.79%74.9%-
XYZ37.8846.9517.66-
YUV174.5682.54126.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.77%
GREEN value IS 191 (75% from 255) = 41.70%
BLUE value IS 94 (37.11% from 255) = 20.52%
R=37.77%
G=41.70%
B=20.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173191940.0900.510.2571.1343.1155.88
HexADBF5E903319472b38
Octal25527713611063311075370
Binary1010110110111111101111010010110011110011000111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF5E; }

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

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

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

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

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

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

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

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