#ADBF47

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

Shades of Celery #ADBF47

Tints of Celery #ADBF47

Color information

#ADBF47 (or 0xADBF47) is unknown color: approx Celery. HEX triplet: AD, BF and 47. RGB value is (173,191,71). Sum of RGB (Red+Green+Blue) = 173+191+71=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBF47 is #5240B8. Grayscale: #ACACAC. Windows color (decimal): -5390521 or 4702125. OLE color: 4702125.

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

Color convert

RGB17319171-
CMYK0.0900.630.25
HSL69º48.39%51.37%-
HSV(B)69º62.83%74.9%-
XYZ3746.613.01-
YUV171.9471.04128.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 191 (75% from 255) = 43.91%
BLUE value IS 71 (28.12% from 255) = 16.32%
R=39.77%
G=43.91%
B=16.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173191710.0900.630.256948.3951.37
HexADBF47903F19453033
Octal25527710711077311056063
Binary1010110110111111100011110010111111110011000101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF47; }

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

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

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

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

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

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

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

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