#ADCB4A

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

Shades of Celery #ADCB4A

Tints of Celery #ADCB4A

Color information

#ADCB4A (or 0xADCB4A) is unknown color: approx Celery. HEX triplet: AD, CB and 4A. RGB value is (173,203,74). Sum of RGB (Red+Green+Blue) = 173+203+74=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB4A is #5234B5. Grayscale: #B3B3B3. Windows color (decimal): -5387446 or 4901805. OLE color: 4901805.

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

Color convert

RGB17320374-
CMYK0.1500.640.20
HSL73.95º55.36%54.31%-
HSV(B)73.95º63.55%79.61%-
XYZ39.8352.0914.43-
YUV179.3268.56123.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 203 (79.69% from 255) = 45.11%
BLUE value IS 74 (29.30% from 255) = 16.44%
R=38.44%
G=45.11%
B=16.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173203740.1500.640.2073.9555.3654.31
HexADCB4AF040144a3736
Octal255313112170100241126766
Binary10101101110010111001010111101000000101001001010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCB4A; }

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

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

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

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

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

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

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

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