#ADB350

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

Shades of Celery #ADB350

Tints of Celery #ADB350

Color information

#ADB350 (or 0xADB350) is unknown color: approx Celery. HEX triplet: AD, B3 and 50. RGB value is (173,179,80). Sum of RGB (Red+Green+Blue) = 173+179+80=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB350 is #524CAF. Grayscale: #A6A6A6. Windows color (decimal): -5393584 or 5288877. OLE color: 5288877.

HSL color Cylindrical-coordinate representation of color #ADB350: hue angle of 63.64º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADB350 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB17317980-
CMYK0.0300.550.30
HSL63.64º39.44%50.78%-
HSV(B)63.64º55.31%70.2%-
XYZ34.841.713.8-
YUV165.9279.51133.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 179 (70.31% from 255) = 41.44%
BLUE value IS 80 (31.64% from 255) = 18.52%
R=40.05%
G=41.44%
B=18.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173179800.0300.550.3063.6439.4450.78
HexADB35030371E402733
Octal2552631203067361004763
Binary10101101101100111010000110110111111101000000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB350; }

 p { color: rgb(173,179,80); }

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

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

 a { background-color: rgb(173,179,80); }

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

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

 span { border-color: rgb(173,179,80); }

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