#ADBB53

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

Shades of Celery #ADBB53

Tints of Celery #ADBB53

Color information

#ADBB53 (or 0xADBB53) is unknown color: approx Celery. HEX triplet: AD, BB and 53. RGB value is (173,187,83). Sum of RGB (Red+Green+Blue) = 173+187+83=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB53 is #5244AC. Grayscale: #ABABAB. Windows color (decimal): -5391533 or 5487533. OLE color: 5487533.

HSL color Cylindrical-coordinate representation of color #ADBB53: hue angle of 68.08º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADBB53 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB17318783-
CMYK0.0700.560.27
HSL68.08º43.33%52.94%-
HSV(B)68.08º55.61%73.33%-
XYZ36.5745.0514.95-
YUV170.9678.36129.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 187 (73.44% from 255) = 42.21%
BLUE value IS 83 (32.81% from 255) = 18.74%
R=39.05%
G=42.21%
B=18.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173187830.0700.560.2768.0843.3352.94
HexADBB5370381B442b35
Octal2552731237070331045365
Binary101011011011101110100111110111000110111000100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBB53; }

 p { color: rgb(173,187,83); }

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

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

 a { background-color: rgb(173,187,83); }

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

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

 span { border-color: rgb(173,187,83); }

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