#ADBB48

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

Shades of Celery #ADBB48

Tints of Celery #ADBB48

Color information

#ADBB48 (or 0xADBB48) is unknown color: approx Celery. HEX triplet: AD, BB and 48. RGB value is (173,187,72). Sum of RGB (Red+Green+Blue) = 173+187+72=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB48 is #5244B7. Grayscale: #AAAAAA. Windows color (decimal): -5391544 or 4766637. OLE color: 4766637.

HSL color Cylindrical-coordinate representation of color #ADBB48: hue angle of 67.3º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADBB48 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB17318772-
CMYK0.0700.610.27
HSL67.3º45.82%50.78%-
HSV(B)67.3º61.5%73.33%-
XYZ36.1744.8912.89-
YUV169.772.86130.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 187 (73.44% from 255) = 43.29%
BLUE value IS 72 (28.52% from 255) = 16.67%
R=40.05%
G=43.29%
B=16.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173187720.0700.610.2767.345.8250.78
HexADBB48703D1B432e33
Octal2552731107075331035663
Binary101011011011101110010001110111101110111000011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBB48; }

 p { color: rgb(173,187,72); }

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

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

 a { background-color: rgb(173,187,72); }

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

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

 span { border-color: rgb(173,187,72); }

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