#ADBE5A

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

Shades of Celery #ADBE5A

Tints of Celery #ADBE5A

Color information

#ADBE5A (or 0xADBE5A) is unknown color: approx Celery. HEX triplet: AD, BE and 5A. RGB value is (173,190,90). Sum of RGB (Red+Green+Blue) = 173+190+90=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE5A is #5241A5. Grayscale: #ADADAD. Windows color (decimal): -5390758 or 5947053. OLE color: 5947053.

HSL color Cylindrical-coordinate representation of color #ADBE5A: hue angle of 70.2º degrees, saturation: 0.43, 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 #ADBE5A is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB17319090-
CMYK0.0900.530.25
HSL70.2º43.48%54.9%-
HSV(B)70.2º52.63%74.51%-
XYZ37.4946.4516.66-
YUV173.5280.87127.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 190 (74.61% from 255) = 41.94%
BLUE value IS 90 (35.55% from 255) = 19.87%
R=38.19%
G=41.94%
B=19.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173190900.0900.530.2570.243.4854.9
HexADBE5A903519462b37
Octal25527613211065311065367
Binary1010110110111110101101010010110101110011000110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE5A; }

 p { color: rgb(173,190,90); }

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

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

 a { background-color: rgb(173,190,90); }

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

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

 span { border-color: rgb(173,190,90); }

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