#ADCB40

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

Shades of Celery #ADCB40

Tints of Celery #ADCB40

Color information

#ADCB40 (or 0xADCB40) is unknown color: approx Celery. HEX triplet: AD, CB and 40. RGB value is (173,203,64). Sum of RGB (Red+Green+Blue) = 173+203+64=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB40 is #5234BF. Grayscale: #B2B2B2. Windows color (decimal): -5387456 or 4246445. OLE color: 4246445.

HSL color Cylindrical-coordinate representation of color #ADCB40: hue angle of 72.95º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADCB40 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB17320364-
CMYK0.1500.680.20
HSL72.95º57.2%52.35%-
HSV(B)72.95º68.47%79.61%-
XYZ39.5151.9712.8-
YUV178.1863.56124.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 203 (79.69% from 255) = 46.14%
BLUE value IS 64 (25.39% from 255) = 14.55%
R=39.32%
G=46.14%
B=14.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173203640.1500.680.2072.9557.252.35
HexADCB40F04414493934
Octal255313100170104241117164
Binary10101101110010111000000111101000100101001001001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCB40; }

 p { color: rgb(173,203,64); }

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

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

 a { background-color: rgb(173,203,64); }

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

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

 span { border-color: rgb(173,203,64); }

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