#ADB43A

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

Shades of Celery #ADB43A

Tints of Celery #ADB43A

Color information

#ADB43A (or 0xADB43A) is unknown color: approx Celery. HEX triplet: AD, B4 and 3A. RGB value is (173,180,58). Sum of RGB (Red+Green+Blue) = 173+180+58=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB43A is #524BC5. Grayscale: #A4A4A4. Windows color (decimal): -5393350 or 3847341. OLE color: 3847341.

HSL color Cylindrical-coordinate representation of color #ADB43A: hue angle of 63.44º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADB43A is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB17318058-
CMYK0.0400.680.29
HSL63.44º51.26%46.67%-
HSV(B)63.44º67.78%70.59%-
XYZ34.3241.8310.27-
YUV16468.18134.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 180 (70.70% from 255) = 43.80%
BLUE value IS 58 (23.05% from 255) = 14.11%
R=42.09%
G=43.80%
B=14.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173180580.0400.680.2963.4451.2646.67
HexADB43A40441D3f332f
Octal255264724010435776357
Binary10101101101101001110101000100010011101111111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB43A; }

 p { color: rgb(173,180,58); }

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

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

 a { background-color: rgb(173,180,58); }

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

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

 span { border-color: rgb(173,180,58); }

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