#ADC05B

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

Shades of Celery #ADC05B

Tints of Celery #ADC05B

Color information

#ADC05B (or 0xADC05B) is unknown color: approx Celery. HEX triplet: AD, C0 and 5B. RGB value is (173,192,91). Sum of RGB (Red+Green+Blue) = 173+192+91=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC05B is #523FA4. Grayscale: #AFAFAF. Windows color (decimal): -5390245 or 6013101. OLE color: 6013101.

HSL color Cylindrical-coordinate representation of color #ADC05B: hue angle of 71.29º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADC05B is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB17319291-
CMYK0.1000.530.25
HSL71.29º44.49%55.49%-
HSV(B)71.29º52.6%75.29%-
XYZ37.9747.3417.03-
YUV174.880.71126.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 192 (75.39% from 255) = 42.11%
BLUE value IS 91 (35.94% from 255) = 19.96%
R=37.94%
G=42.11%
B=19.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173192910.1000.530.2571.2944.4955.49
HexADC05BA03519472c37
Octal25530013312065311075467
Binary1010110111000000101101110100110101110011000111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC05B; }

 p { color: rgb(173,192,91); }

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

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

 a { background-color: rgb(173,192,91); }

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

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

 span { border-color: rgb(173,192,91); }

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